Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Jul 25, 2018
1 parent 29114bf commit 2a08a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ func main() {
}
```

> If parameter type is missing then the defaults to `string`, therefore `{name:string}` and `{name}` do the same exactly
> If parameter type is missing then defaults to `string`, therefore `{name:string}` and `{name}` do the same exactly thing.
> Learn more about path parameter's types by navigating [here](_examples/routing/dynamic-path/main.go#L31)
> Learn more about path parameter's types by navigating [here](_examples/routing/dynamic-path/main.go#L31).
### Cookies

Expand Down

0 comments on commit 2a08a0f

Please sign in to comment.