From 05527e6074732991cfe4c31831c2a05c95b0bb09 Mon Sep 17 00:00:00 2001 From: Will Lumley Date: Mon, 10 Jul 2023 22:11:51 +1000 Subject: [PATCH] Updated `AppFlags.swift` to `AppFlags.self`. --- Sources/Vexillographer/Vexillographer.docc/Vexillographer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Vexillographer/Vexillographer.docc/Vexillographer.md b/Sources/Vexillographer/Vexillographer.docc/Vexillographer.md index 89ea28ef..96427e34 100644 --- a/Sources/Vexillographer/Vexillographer.docc/Vexillographer.md +++ b/Sources/Vexillographer/Vexillographer.docc/Vexillographer.md @@ -17,7 +17,7 @@ import Vexillographer struct MyView: View { - let flagPole = FlagPole(hoist: AppFlags.swift) + let flagPole = FlagPole(hoist: AppFlags.self) var body: some View { NavigationView {