From 7191ea10498be703a60d995b450accdba74c75a3 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Jun 2011 22:33:54 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variable.c') 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 * mod. 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 -- cgit v1.2.3