Matt Bolt před 5 roky
rodič
revize
49e64c3da2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pkg/util/http.go

+ 1 - 1
pkg/util/http.go

@@ -6,7 +6,7 @@ import (
 	"strings"
 )
 
-// HeaderString write the request/response http.Header to a string.
+// HeaderString writes the request/response http.Header to a string.
 func HeaderString(h http.Header) string {
 	var sb strings.Builder
 	var first bool = true