From d8622fc68b88102cbf358b524913c823af31a1b0 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 3 Apr 2021 19:49:10 +1000 Subject: chore: fix spelling --- src/variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/variable.c') 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) -- cgit v1.2.3