[DOC] Tweaks for String#unicode_normalize!

This commit is contained in:
BurdetteLamar 2025-11-16 19:53:53 +00:00 committed by Peter Zhu
parent 17f3588a43
commit 3cd30814d4
Notes: git 2025-11-16 21:27:32 +00:00

View File

@ -11972,9 +11972,9 @@ rb_str_unicode_normalize(int argc, VALUE *argv, VALUE str)
* unicode_normalize!(form = :nfc) -> self
*
* Like String#unicode_normalize, except that the normalization
* is performed on +self+.
* is performed on +self+ (not on a copy of +self+).
*
* Related String#unicode_normalized?.
* Related: see {Modifying}[rdoc-ref:String@Modifying].
*
*/
static VALUE