Skip to content

Commit 8059322

Browse files
authored
Fix typo in SheetsPopoversCovers documentation (pointfreeco#135)
1 parent 78f9d72 commit 8059322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUINavigation/Documentation.docc/Articles/SheetsPopoversCovers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ as a "case-pathable" enum:
5353

5454
@CasePathable
5555
enum Destination {
56-
var counter(Int)
56+
case counter(Int)
5757
// More destinations
5858
}
5959
```

0 commit comments

Comments
 (0)