Matt Bolt 6 lat temu
rodzic
commit
49e64c3da2
1 zmienionych plików z 1 dodań i 1 usunięć
  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