Skip to content

Commit

Permalink
doc: fix typo in gzip.go (#92)
Browse files Browse the repository at this point in the history
* doc: fix typo in gzip.go

* using the proper tense

thanks for finding this!
  • Loading branch information
genofire authored and jprobinson committed Nov 13, 2019
1 parent dd04395 commit 2f8bb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gzip.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type GzipResponseWriter struct {

code int // Saves the WriteHeader value.

minSize int // Specifed the minimum response size to gzip. If the response length is bigger than this value, it is compressed.
minSize int // Specifies the minimum response size to gzip. If the response length is bigger than this value, it is compressed.
buf []byte // Holds the first part of the write before reaching the minSize or the end of the write.
ignore bool // If true, then we immediately passthru writes to the underlying ResponseWriter.

Expand Down

0 comments on commit 2f8bb1d

Please sign in to comment.