Merge pull request #5400 from jbampton/fix-spelling

chore: fix spelling
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-04-09 22:07:50 +09:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -906,7 +906,7 @@ const_i(mrb_state *mrb, mrb_sym sym, mrb_value v, void *p)
* call-seq:
* mod.constants -> array
*
* Returns an array of all names of contants defined in the receiver.
* Returns an array of all names of constants defined in the receiver.
*/
mrb_value
mrb_mod_constants(mrb_state *mrb, mrb_value mod)