mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #5400 from jbampton/fix-spelling
chore: fix spelling
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user