From 22224a45df6eef9114799a3fa071280f77bd3d53 Mon Sep 17 00:00:00 2001 From: svn Date: Sat, 22 Jul 2017 06:30:54 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 36e616c22d..52e33bd064 100644 --- a/object.c +++ b/object.c @@ -788,7 +788,7 @@ static VALUE class_search_ancestor(VALUE cl, VALUE c); *-- * Determines if \a obj is an instance of \a c. * - * Equivalent to \c Object\#is_instance_of in Ruby. + * Equivalent to \c Object\#is_instance_of in Ruby. * \param[in] obj the object to be determined. * \param[in] c a Class object *++ -- cgit v1.2.3