Skip to content

Commit

Permalink
Merge pull request imroc#8 from CodyOss/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
imroc authored Jun 4, 2017
2 parents 0a95fe5 + 75ec921 commit b1cbbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resp.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"time"
)

// Req represents a request with it's response
// Resp represents a request with it's response
type Resp struct {
r *Req
req *http.Request
Expand Down

0 comments on commit b1cbbcd

Please sign in to comment.