diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-17 22:33:54 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-17 22:33:54 +0000 |
commit | 7191ea10498be703a60d995b450accdba74c75a3 (patch) | |
tree | dc89bfe8434c023cded485615e50f5bfcab26b4f /variable.c | |
parent | b7a693da8e0d0e514d630d45cb1644d91bd3ba07 (diff) | |
download | ruby-7191ea10498be703a60d995b450accdba74c75a3.tar.gz |
* 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.c | 2 |
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 |