Matt Bolt 6 ani în urmă
părinte
comite
49e64c3da2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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