diff options
| author | John Bampton <[email protected]> | 2021-04-03 19:49:10 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-04-03 19:51:01 +1000 |
| commit | d8622fc68b88102cbf358b524913c823af31a1b0 (patch) | |
| tree | d1fd777b8474d24af7952cae778b5299337a2171 /src/variable.c | |
| parent | fb8e12f37c86cfbdc6a8c4fa3b327bae24a8ce27 (diff) | |
| download | mruby-d8622fc68b88102cbf358b524913c823af31a1b0.tar.gz mruby-d8622fc68b88102cbf358b524913c823af31a1b0.zip | |
chore: fix spelling
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c index d5a7d90c7..646353bfd 100644 --- a/src/variable.c +++ b/src/variable.c @@ -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) |
