[docs] Fix missing space in docstring (#289)
This commit is contained in:
@@ -1896,7 +1896,7 @@ func TestNoMatchMethodErrorHandler(t *testing.T) {
|
||||
t.Errorf("Expecting code %v", 405)
|
||||
}
|
||||
|
||||
//Add matching route now
|
||||
// Add matching route
|
||||
r.HandleFunc("/", func1).Methods("PUT")
|
||||
|
||||
match = new(RouteMatch)
|
||||
|
||||
Reference in New Issue
Block a user