Skip to content

Commit fe2c065

Browse files
Fixed the typo (#958)
1 parent 1aae5b2 commit fe2c065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ type Router interface {
194194
// path, with a fresh middleware stack for the inline-Router.
195195
Group(fn func(r Router)) Router
196196

197-
// Route mounts a sub-Router along a `pattern`` string.
197+
// Route mounts a sub-Router along a `pattern` string.
198198
Route(pattern string, fn func(r Router)) Router
199199

200200
// Mount attaches another http.Handler along ./pattern/*

0 commit comments

Comments
 (0)