1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +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 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 { type HeaderClient struct {
Client Client
Header http.Header Header http.Header