Browse Source

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

pull/292/head
Matt Silverlock 8 years ago committed by GitHub
parent
commit
bb285ea687
  1. 2
      mux_test.go

2
mux_test.go

@ -1896,7 +1896,7 @@ func TestNoMatchMethodErrorHandler(t *testing.T) {
t.Errorf("Expecting code %v", 405) t.Errorf("Expecting code %v", 405)
} }
//Add matching route now // Add matching route
r.HandleFunc("/", func1).Methods("PUT") r.HandleFunc("/", func1).Methods("PUT")
match = new(RouteMatch) match = new(RouteMatch)

Loading…
Cancel
Save