Skip to content

Commit 8559a4f

Browse files
souvikhaldarelithrar
authored andcommitted
[docs] typo (#454)
1 parent a796238 commit 8559a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

route.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ func (r *Route) PathPrefix(tpl string) *Route {
383383
// The above route will only match if the URL contains the defined queries
384384
// values, e.g.: ?foo=bar&id=42.
385385
//
386-
// It the value is an empty string, it will match any value if the key is set.
386+
// If the value is an empty string, it will match any value if the key is set.
387387
//
388388
// Variables can define an optional regexp pattern to be matched:
389389
//

0 commit comments

Comments
 (0)