Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Poitrey committed Dec 24, 2015
1 parent 792e4fa commit c2f946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (g *Group) Handle(method, path string, handler http.Handler) {
g.m.Handle(method, g.subPath(path), handler)
}

// HandleFunc regiester a standard http.HandlerFunc request handler with the given
// HandleFunc registers a standard http.HandlerFunc request handler with the given
// path and method. With this adapter, your handler won't have access to the
// context and thus won't work with URL parameters.
func (g *Group) HandleFunc(method, path string, handler http.HandlerFunc) {
Expand Down

0 comments on commit c2f946b

Please sign in to comment.