Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
yznts committed Jul 11, 2024
1 parent edd0547 commit 8572e4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions httpx/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ type ResponseWrapper struct {
}

/*
Must is a chain closer.
Ensures that there was no errors in processing chain.
Must ensures that there was no errors in processing chain.
If not, it panics.
*/
func (r *ResponseWrapper) Must() *ResponseWrapper {
Expand Down

0 comments on commit 8572e4d

Please sign in to comment.