1
0
Fork 0
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:
Nobuyoshi Nakada 2020-01-27 16:22:53 +09:00
parent 1ddc719a56
commit bc8f28fbd0
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -375,7 +375,7 @@ concatstrings
(...)
(VALUE val)
/* 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 rb_snum_t sp_inc = 1 - (rb_snum_t)num;
{