mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-string (str_succ_bang): fixed sample string; close #6500
To avoid spellcheck failure in pre-commit.
This commit is contained in:
@@ -909,8 +909,8 @@ int_chr(mrb_state *mrb, mrb_value num)
|
||||
*
|
||||
* Returns next sequence of the string;
|
||||
*
|
||||
* a = "abc"
|
||||
* a.succ #=> "abd"
|
||||
* a = "bed"
|
||||
* a.succ #=> "bee"
|
||||
*/
|
||||
static mrb_value
|
||||
str_succ_bang(mrb_state *mrb, mrb_value self)
|
||||
|
||||
Reference in New Issue
Block a user