Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 7445100

Browse files
committed
Fixed typo
Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent b1b4c4a commit 7445100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func (p *UserAgent) detectBrowser(sections []section) {
8383
p.browser.Name = "Safari"
8484
}
8585
}
86-
// Its possible the google-bot emulates these now
86+
// It's possible the google-bot emulates these now
8787
for _, comment := range engine.comment {
8888
if len(comment) > 5 && strings.HasPrefix(comment, "Googlebot") {
8989
p.undecided = true

0 commit comments

Comments
 (0)