Skip to content

Commit e2243ed

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Correct typo
1 parent 483ef3a commit e2243ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12383,7 +12383,7 @@ sym_succ(VALUE sym)
1238312383
*
1238412384
* Returns:
1238512385
*
12386-
* - <tt>symbol.to_s <=> other.to_s</tt>, if +other+ is a symbol.
12386+
* - <tt>self.to_s <=> other.to_s</tt>, if +other+ is a symbol.
1238712387
* - +nil+, otherwise.
1238812388
*
1238912389
* Examples:

0 commit comments

Comments
 (0)