diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-11-16 19:53:53 +0000 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-11-16 13:27:06 -0800 |
| commit | 3cd30814d415bba94adb26bdc04aeed7ff240d92 (patch) | |
| tree | 82ce6f22253b64fcc18b94473593a7445121bb59 /string.c | |
| parent | 17f3588a43ba2311f1ba7843a0293072861db760 (diff) | |
[DOC] Tweaks for String#unicode_normalize!
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
