Skip to content

Commit 3d346bf

Browse files
committed
fix a comment
1 parent 75a3109 commit 3d346bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

response_writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252

5353
const maxBuf = 1 << 16 // maximum size of recycled buffer
5454

55-
// WriteString compresses and appends the given byte slice to the underlying ResponseWriter.
55+
// Write compresses and appends the given byte slice to the underlying ResponseWriter.
5656
func (w *compressWriter) Write(b []byte) (int, error) {
5757
if w.w != nil {
5858
// The responseWriter is already initialized: use it.

0 commit comments

Comments
 (0)