Skip to content

Commit

Permalink
Fix String#each_line documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bew authored and asterite committed Apr 18, 2017
1 parent d6a2269 commit ee30684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string.cr
Expand Up @@ -3242,7 +3242,7 @@ class String
# puts stanza.upcase
# end
# # => THE FIRST COLD SHOWER
# # => EVEN THE MONKEY SEEMS TO want
# # => EVEN THE MONKEY SEEMS TO WANT
# # => A LITTLE COAT OF STRAW
# ```
def each_line(chomp = true) : Nil
Expand Down

0 comments on commit ee30684

Please sign in to comment.