Skip to content

Commit f75144a

Browse files
authored
docs: fix typo in comment (#3868)
Signed-off-by: guoguangwu <[email protected]>
1 parent 9c61295 commit f75144a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func TestRouteParamsByNameWithExtraSlash(t *testing.T) {
339339

340340
// TestRouteParamsNotEmpty tests that context parameters will be set
341341
// even if a route with params/wildcards is registered after the context
342-
// initialisation (which happened in a previous requets).
342+
// initialisation (which happened in a previous requests).
343343
func TestRouteParamsNotEmpty(t *testing.T) {
344344
name := ""
345345
lastName := ""

0 commit comments

Comments
 (0)