Brad Fitzpatrick %!s(int64=11) %!d(string=hai) anos
pai
achega
3312b1783e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      http2.go

+ 1 - 1
http2.go

@@ -101,7 +101,7 @@ func (cc *clientConn) serve() {
 // ConfigureServer adds HTTP2 support to s as configured by the HTTP/2
 // server configuration in conf. The configuration may be nil.
 //
-// ConfigureServer must be called before s beings serving.
+// ConfigureServer must be called before s begins serving.
 func ConfigureServer(s *http.Server, conf *Server) {
 	if conf == nil {
 		conf = new(Server)