[DOC] Tweaks for String#each_codepoint

This commit is contained in:
BurdetteLamar 2025-07-22 18:44:04 -05:00 committed by Peter Zhu
parent cd9b74638c
commit 17eee25c66
2 changed files with 20 additions and 15 deletions

View file

@ -9858,7 +9858,7 @@ rb_str_enumerate_codepoints(VALUE str, VALUE ary)
/*
* call-seq:
* each_codepoint {|integer| ... } -> self
* each_codepoint {|codepoint| ... } -> self
* each_codepoint -> enumerator
*
* :include: doc/string/each_codepoint.rdoc