fix minor typo in Navigation.md documentation (#88)

This commit is contained in:
Dave Reed 2023-03-12 15:27:24 -04:00 committed by GitHub
parent 0a0e1b321d
commit 95df603829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ Button {
.navigationDestination(
unwrapping: self.$model.destination,
case: /Destination.counter
) { $item in
) { $number in
CounterView(number: $number)
}
```