[DOC] Tweaks for String#each_char

This commit is contained in:
BurdetteLamar 2025-07-22 18:27:58 -05:00 committed by Peter Zhu
parent 41149a96ef
commit cd9b74638c
2 changed files with 19 additions and 14 deletions

View file

@ -9798,7 +9798,7 @@ rb_str_enumerate_chars(VALUE str, VALUE ary)
/*
* call-seq:
* each_char {|c| ... } -> self
* each_char {|char| ... } -> self
* each_char -> enumerator
*
* :include: doc/string/each_char.rdoc