We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347c3fa commit eebc242Copy full SHA for eebc242
include/ruby/internal/encoding/encoding.h
@@ -375,8 +375,8 @@ rb_encoding *rb_enc_check(VALUE str1,VALUE str2);
375
VALUE rb_enc_associate_index(VALUE obj, int encindex);
376
377
/**
378
- * Identical to rb_enc_associate(), except it takes an encoding itself instead
379
- * of its index.
+ * Identical to rb_enc_associate_index(), except it takes an encoding itself
+ * instead of its index.
380
*
381
* @param[out] obj Object in question.
382
* @param[in] enc An encoding.
0 commit comments