mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
string.c: fix typo
* string.c (rb_str_ellipsize): [DOC] fix typo, "encoding" instead of "encoded" which is probably a slip of the auto-completion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
42bd951087
commit
c837fe4056
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -7846,7 +7846,7 @@ rb_str_is_ascii_only_p(VALUE str)
|
|||
* \pre _len_ must not be negative.
|
||||
* \post the length of the returned string in characters is less than or equal to _len_.
|
||||
* \post If the length of _str_ is less than or equal _len_, returns _str_ itself.
|
||||
* \post the encoded of returned string is equal to the encoded of _str_.
|
||||
* \post the encoding of returned string is equal to the encoding of _str_.
|
||||
* \post the class of returned string is equal to the class of _str_.
|
||||
* \note the length is counted in characters.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue