Skip to content

Commit 95df603

Browse files
authored
fix minor typo in Navigation.md documentation (pointfreeco#88)
1 parent 0a0e1b3 commit 95df603

File tree

1 file changed

+1
-1
lines changed
  • Sources/SwiftUINavigation/Documentation.docc/Articles

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Button {
105105
.navigationDestination(
106106
unwrapping: self.$model.destination,
107107
case: /Destination.counter
108-
) { $item in
108+
) { $number in
109109
CounterView(number: $number)
110110
}
111111
```

0 commit comments

Comments
 (0)