Skip to content

Commit 3cd3081

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Tweaks for String#unicode_normalize!
1 parent 17f3588 commit 3cd3081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

string.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11972,9 +11972,9 @@ rb_str_unicode_normalize(int argc, VALUE *argv, VALUE str)
1197211972
* unicode_normalize!(form = :nfc) -> self
1197311973
*
1197411974
* Like String#unicode_normalize, except that the normalization
11975-
* is performed on +self+.
11975+
* is performed on +self+ (not on a copy of +self+).
1197611976
*
11977-
* Related String#unicode_normalized?.
11977+
* Related: see {Modifying}[rdoc-ref:String@Modifying].
1197811978
*
1197911979
*/
1198011980
static VALUE

0 commit comments

Comments
 (0)