Skip to content

Commit 9e49ee7

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Tweaks for String#succ!
1 parent 5c683bd commit 9e49ee7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

string.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5420,7 +5420,9 @@ str_succ(VALUE str)
54205420
* call-seq:
54215421
* succ! -> self
54225422
*
5423-
* Equivalent to String#succ, but modifies +self+ in place; returns +self+.
5423+
* Like String#succ, but modifies +self+ in place; returns +self+.
5424+
*
5425+
* Related: see {Modifying}[rdoc-ref:String@Modifying].
54245426
*/
54255427

54265428
static VALUE

0 commit comments

Comments
 (0)