mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix reference in rb_enc_associate() description
This commit is contained in:
parent
347c3faf8e
commit
eebc24218a
Notes:
git
2022-03-01 10:12:20 +09:00
1 changed files with 2 additions and 2 deletions
|
@ -375,8 +375,8 @@ rb_encoding *rb_enc_check(VALUE str1,VALUE str2);
|
|||
VALUE rb_enc_associate_index(VALUE obj, int encindex);
|
||||
|
||||
/**
|
||||
* Identical to rb_enc_associate(), except it takes an encoding itself instead
|
||||
* of its index.
|
||||
* Identical to rb_enc_associate_index(), except it takes an encoding itself
|
||||
* instead of its index.
|
||||
*
|
||||
* @param[out] obj Object in question.
|
||||
* @param[in] enc An encoding.
|
||||
|
|
Loading…
Reference in a new issue