summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/object.c b/object.c
index 7b48ebf234..e1ad798480 100644
--- a/object.c
+++ b/object.c
@@ -42,9 +42,9 @@ static ID id_const_missing;
* call-seq:
* obj === other -> true or false
*
- * Case Equality---For class <code>Object</code>, effectively the same
- * as calling <code>#==</code>, but typically overridden by descendants
- * to provide meaningful semantics in <code>case</code> statements.
+ * Case Equality -- For class Object, effectively the same as calling
+ * <code>#==</code>, but typically overridden by descendants to provide
+ * meaningful semantics in +case+ statements.
*/
VALUE