[docs] Fix missing space in docstring (#289)

This commit is contained in:
Matt Silverlock
2017-08-30 13:57:41 -07:00
committed by GitHub
parent a659b61323
commit bb285ea687

View File

@@ -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)