Skip to content

Commit ee30684

Browse files
bewAry Borenszweig
authored and
Ary Borenszweig
committed
Fix String#each_line documentation
1 parent d6a2269 commit ee30684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/string.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3242,7 +3242,7 @@ class String
32423242
# puts stanza.upcase
32433243
# end
32443244
# # => THE FIRST COLD SHOWER
3245-
# # => EVEN THE MONKEY SEEMS TO want
3245+
# # => EVEN THE MONKEY SEEMS TO WANT
32463246
# # => A LITTLE COAT OF STRAW
32473247
# ```
32483248
def each_line(chomp = true) : Nil

0 commit comments

Comments
 (0)