We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aae5b2 commit fe2c065Copy full SHA for fe2c065
README.md
@@ -194,7 +194,7 @@ type Router interface {
194
// path, with a fresh middleware stack for the inline-Router.
195
Group(fn func(r Router)) Router
196
197
- // Route mounts a sub-Router along a `pattern`` string.
+ // Route mounts a sub-Router along a `pattern` string.
198
Route(pattern string, fn func(r Router)) Router
199
200
// Mount attaches another http.Handler along ./pattern/*
0 commit comments