From 55fa5de9f52850a05caf85c207e19beb7211385f Mon Sep 17 00:00:00 2001 From: Keith Bauer Date: Sat, 3 Aug 2024 01:10:17 +1200 Subject: [PATCH] update docs for FVD --- Sources/Vexil/Vexil.docc/Sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Vexil/Vexil.docc/Sources.md b/Sources/Vexil/Vexil.docc/Sources.md index 05c77b31..77ae2504 100644 --- a/Sources/Vexil/Vexil.docc/Sources.md +++ b/Sources/Vexil/Vexil.docc/Sources.md @@ -10,7 +10,7 @@ The Vexil `FlagPole` supports multiple backend flag sources, and ships with the |------|-------------| | `UserDefaults` | Any `UserDefaults` instance automatically conforms to ``FlagValueSource`` | | `NSUbiquitousKeyValueStore` | Any `NSUbiquitousKeyValueStore` instance automatically conforms to ``FlagValueSource`` | -| ``FlagValueDictionary`` | A dictionary-style type that conforms to `Collection` that is great for testing or other integrations. | +| ``FlagValueDictionary`` | A wrapper for a simple dictionary that is great for testing or other integrations. | | ``Snapshot`` | All snapshots taken of a FlagPole can be used as a source. | ## Initialisation