diff --git a/string.c b/string.c index 2f89e3c141..d7318c7916 100644 --- a/string.c +++ b/string.c @@ -3188,7 +3188,8 @@ rb_str_freeze(VALUE str) * call-seq: * +string -> new_string or self * - * Returns +self+ if +self+ is not frozen. + * Returns +self+ if +self+ is not frozen and can be mutated + * without warning issuance. * * Otherwise returns self.dup, which is not frozen. */