[DOC] Fix a typo in a doc

This commit is contained in:
Nobuyoshi Nakada 2022-01-13 11:32:35 +09:00
parent faf79d3a25
commit d1a55851e8
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -247,7 +247,7 @@ void rb_undef_alloc_func(VALUE klass);
*
* @internal
*
* Who cares? @shyouhei fins no practical usage of the return value. Maybe we
* Who cares? @shyouhei finds no practical usage of the return value. Maybe we
* need KonMari.
*/
rb_alloc_func_t rb_get_alloc_func(VALUE klass);