mruby-string (str_succ_bang): fixed sample string; close #6500

To avoid spellcheck failure in pre-commit.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-04-01 11:00:25 +09:00
parent 4af6fe87c4
commit 5c2c77c71c
+2 -2
View File
@@ -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)