mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo, missing "i" [ci skip]
This commit is contained in:
parent
1ddc719a56
commit
bc8f28fbd0
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ concatstrings
|
||||||
(...)
|
(...)
|
||||||
(VALUE val)
|
(VALUE val)
|
||||||
/* This instruction can concat UTF-8 and binary strings, resulting in
|
/* This instruction can concat UTF-8 and binary strings, resulting in
|
||||||
* Encoding::CompatiblityError. */
|
* Encoding::CompatibilityError. */
|
||||||
// attr bool leaf = false; /* has rb_enc_cr_str_buf_cat() */
|
// attr bool leaf = false; /* has rb_enc_cr_str_buf_cat() */
|
||||||
// attr rb_snum_t sp_inc = 1 - (rb_snum_t)num;
|
// attr rb_snum_t sp_inc = 1 - (rb_snum_t)num;
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue