diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-04-09 22:07:50 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-09 22:07:50 +0900 |
| commit | f7493b73cb5307fbbaddcfca5ae9541775bfc00d (patch) | |
| tree | f7c743d7889e08423752289c1df8e5d99678b68f /src/variable.c | |
| parent | c2c37e1451d258c13ff160e0fd5f48acfcb1c52f (diff) | |
| parent | d8622fc68b88102cbf358b524913c823af31a1b0 (diff) | |
| download | mruby-f7493b73cb5307fbbaddcfca5ae9541775bfc00d.tar.gz mruby-f7493b73cb5307fbbaddcfca5ae9541775bfc00d.zip | |
Merge pull request #5400 from jbampton/fix-spelling
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) |
