summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2025-11-16 19:53:53 +0000
committerPeter Zhu <peter@peterzhu.ca>2025-11-16 13:27:06 -0800
commit3cd30814d415bba94adb26bdc04aeed7ff240d92 (patch)
tree82ce6f22253b64fcc18b94473593a7445121bb59
parent17f3588a43ba2311f1ba7843a0293072861db760 (diff)
[DOC] Tweaks for String#unicode_normalize!
-rw-r--r--string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/string.c b/string.c
index b42f04a70f..5c4e15c4a1 100644
--- a/string.c
+++ b/string.c
@@ -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