mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] fixed a missing markup
This commit is contained in:
parent
4d7818a299
commit
d75433ae19
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -1560,7 +1560,7 @@ rb_str_resurrect(VALUE str)
|
|||
*
|
||||
* Argument +str+, if given, it must be a
|
||||
* {String-convertible object}[doc/implicit_conversion_rdoc.html#label-String-Convertible+Objects]
|
||||
* (implements +to_str).
|
||||
* (implements +to_str+).
|
||||
*
|
||||
* Argument +encoding+, if given, must be:
|
||||
* - A {String-convertible object}[doc/implicit_conversion_rdoc.html#label-String-Convertible+Objects]
|
||||
|
|
Loading…
Reference in a new issue