1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix typo in comment

This commit is contained in:
Sascha L. Teichmann 2023-01-25 17:04:00 +01:00
parent 51fba46893
commit 18e6fee2e7

View file

@ -39,7 +39,7 @@ type LimitingClient struct {
Limiter *rate.Limiter
}
// HeaderClient adds extra HTTP header fields to the ou going requests.
// HeaderClient adds extra HTTP header fields to requests.
type HeaderClient struct {
Client
Header http.Header