Skip to content

Commit 947eeea

Browse files
committed
[fix] typo
1 parent 9a6ffcc commit 947eeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func UserAgent(ua string) CollectorOption {
302302
}
303303
}
304304

305-
// Header sets the custom headers used by the Collector.
305+
// Headers sets the custom headers used by the Collector.
306306
func Headers(headers map[string]string) CollectorOption {
307307
return func(c *Collector) {
308308
customHeaders := make(http.Header)

0 commit comments

Comments
 (0)