Skip to content

Commit 9ff354d

Browse files
author
mujx
authored
Docs: fix duplicate variable name (#78)
1 parent 5faac07 commit 9ff354d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ matchMyRoute = match myRoute
234234
test1 = matchMyRoute "/posts"
235235
test2 = matchMyRoute "/posts/12"
236236
test3 = matchMyRoute "/posts/12/edit"
237-
test3 = matchMyRoute "/posts/browse/2004/June"
238-
test4 = matchMyRoute "/psots/bad"
237+
test4 = matchMyRoute "/posts/browse/2004/June"
238+
test5 = matchMyRoute "/psots/bad"
239239
```
240240

241241
## Routing events with `Routing.Hash`

0 commit comments

Comments
 (0)