We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbaac31 commit df0303dCopy full SHA for df0303d
chi.go
@@ -51,7 +51,7 @@
51
// "/user/{name}" matches "/user/jsmith" but not "/user/jsmith/info" or "/user/jsmith/"
52
// "/user/{name}/info" matches "/user/jsmith/info"
53
// "/page/*" matches "/page/intro/latest"
54
-// "/page/{other}/index" also matches "/page/intro/latest"
+// "/page/{other}/latest" also matches "/page/intro/latest"
55
// "/date/{yyyy:\\d\\d\\d\\d}/{mm:\\d\\d}/{dd:\\d\\d}" matches "/date/2017/04/01"
56
package chi
57
0 commit comments