Преглед изворни кода

Merge pull request #13 from gbbr/patch-2

Update server.go
Brad Fitzpatrick пре 11 година
родитељ
комит
e83691c16f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      server.go

+ 1 - 1
server.go

@@ -183,7 +183,7 @@ type requestParam struct {
 	invalidHeader     bool // an invalid header was seen
 }
 
-// stream represents an stream. This is the minimal metadata needed by
+// stream represents a stream. This is the minimal metadata needed by
 // the serve goroutine. Most of the actual stream state is owned by
 // the http.Handler's goroutine in the responseWriter. Because the
 // responseWriter's responseWriterState is recycled at the end of a