Skip to content

Commit

Permalink
update docs for FVD
Browse files Browse the repository at this point in the history
  • Loading branch information
KeithBauerANZ committed Aug 2, 2024
1 parent 0a01a07 commit 55fa5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Vexil/Vexil.docc/Sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55fa5de

Please sign in to comment.