Skip to content

Commit b57afae

Browse files
authored
Merge pull request #114 from will-lumley/william-lumley/fix-typo
Updated `AppFlags.swift` to `AppFlags.self` in Vexillographer.md
2 parents 8feeeb2 + f03fefc commit b57afae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Vexillographer/Vexillographer.docc/Vexillographer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Vexillographer
1717

1818
struct MyView: View {
1919

20-
let flagPole = FlagPole(hoist: AppFlags.swift)
20+
let flagPole = FlagPole(hoist: AppFlags.self)
2121

2222
var body: some View {
2323
NavigationView {

0 commit comments

Comments
 (0)