Skip to content

Commit

Permalink
[fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Jul 6, 2022
1 parent 9a6ffcc commit 947eeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colly.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func UserAgent(ua string) CollectorOption {
}
}

// Header sets the custom headers used by the Collector.
// Headers sets the custom headers used by the Collector.
func Headers(headers map[string]string) CollectorOption {
return func(c *Collector) {
customHeaders := make(http.Header)
Expand Down

0 comments on commit 947eeea

Please sign in to comment.