Skip to content

Commit

Permalink
fix godoc comment (labstack#645)
Browse files Browse the repository at this point in the history
fixes typo in the `standard.Request#Header` godoc comment
  • Loading branch information
simplechris authored and vishr committed Sep 5, 2016
1 parent 025c53d commit 10b0b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/standard/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (r *Request) URL() engine.URL {
return r.url
}

// Header implements `engine.Request#URL` function.
// Header implements `engine.Request#Header` function.
func (r *Request) Header() engine.Header {
return r.header
}
Expand Down

0 comments on commit 10b0b57

Please sign in to comment.