mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
doc/extension.rdoc: rb_str_append grammar fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9adc876393
commit
2c6cbcde84
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ rb_vsprintf(const char *format, va_list ap) ::
|
|||
|
||||
rb_str_append(VALUE str1, VALUE str2) ::
|
||||
|
||||
Appends str2 Ruby string to str1 Ruby string.
|
||||
Appends Ruby string str2 to Ruby string str1.
|
||||
|
||||
rb_str_cat(VALUE str, const char *ptr, long len) ::
|
||||
|
||||
|
|
Loading…
Reference in a new issue