fix: correct spelling of 'underlying' in Header method comment (#4918)

This commit is contained in:
Leon cap
2025-06-05 18:36:21 +08:00
committed by GitHub
parent b53f9f5f2d
commit 68c5a17c67

View File

@@ -151,7 +151,7 @@ func (tw *timeoutWriter) Flush() {
flusher.Flush()
}
// Header returns the underline temporary http.Header.
// Header returns the underlying temporary http.Header.
func (tw *timeoutWriter) Header() http.Header {
return tw.h
}