Skip to content

Commit efee9a3

Browse files
authored
Merge pull request #306 from wugalde19/fix-typo-in-string-to_b-method
Fix typo in String#to_b doc
2 parents 678c79d + 3b466ce commit efee9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/facets/boolean.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class String
8686
#
8787
# All other strings return false.
8888
#
89-
# Here are some exmamples.
89+
# Here are some examples.
9090
#
9191
# "true".to_b #=> true
9292
# "yes".to_b #=> true

0 commit comments

Comments
 (0)