summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-17 22:33:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-17 22:33:54 +0000
commit7191ea10498be703a60d995b450accdba74c75a3 (patch)
treedc89bfe8434c023cded485615e50f5bfcab26b4f /variable.c
parentb7a693da8e0d0e514d630d45cb1644d91bd3ba07 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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