From 774a2142a430b6675441f600295dfb00c3a0ea1a Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 25 Jul 2018 06:17:21 +0300 Subject: [PATCH] grammar Former-commit-id: 1c715e3477595c7704450d96f721f88e2b7696a1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a97babde..e54d9670 100644 --- a/README.md +++ b/README.md @@ -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