Skip to content

Commit eefc251

Browse files
committed
Fix typo.
1 parent 339cfef commit eefc251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browser/methods/platform.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def ios7?
3030
ios? && !!(ua =~ /OS 7/)
3131
end
3232

33-
# Detect if is iOS7.
33+
# Detect if is iOS8.
3434
def ios8?
3535
ios? && !!(ua =~ /OS 8/)
3636
end

0 commit comments

Comments
 (0)