Skip to content

Commit 2f8bb1d

Browse files
genofirejprobinson
authored andcommitted
doc: fix typo in gzip.go (#92)
* doc: fix typo in gzip.go * using the proper tense thanks for finding this!
1 parent dd04395 commit 2f8bb1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gzip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ type GzipResponseWriter struct {
8181

8282
code int // Saves the WriteHeader value.
8383

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

0 commit comments

Comments
 (0)