Skip to content

Commit bb285ea

Browse files
authored
[docs] Fix missing space in docstring (#289)
1 parent a659b61 commit bb285ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mux_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ func TestNoMatchMethodErrorHandler(t *testing.T) {
18961896
t.Errorf("Expecting code %v", 405)
18971897
}
18981898

1899-
//Add matching route now
1899+
// Add matching route
19001900
r.HandleFunc("/", func1).Methods("PUT")
19011901

19021902
match = new(RouteMatch)

0 commit comments

Comments
 (0)