summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
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
*++