summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index 7ea63f03e4..6bd08c0390 100644
--- a/variable.c
+++ b/variable.c
@@ -1373,7 +1373,7 @@ const_missing(VALUE klass, ID id)
* Invoked when a reference is made to an undefined constant in
* <i>mod</i>. It is passed a symbol for the undefined constant, and
* returns a value to be used for that constant. The
- * following code is an example of the same:
+ * following code is an example of the same:
*
* def Foo.const_missing(name)
* name # return the constant name as Symbol