summaryrefslogtreecommitdiff
path: root/compar.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-01-02 12:36:06 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-02 12:36:06 +0900
commite433e6515efbb31a77ab8013a7e9b2c57212264d (patch)
treee3eed22a0d78f6ebc1fca5a79ded1ead9a3e7a4a /compar.c
parentb4ec22fe6c493a212c059cecab90de5b5f349102 (diff)
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12496
Diffstat (limited to 'compar.c')
-rw-r--r--compar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compar.c b/compar.c
index 8d7a208185..f5da6178cf 100644
--- a/compar.c
+++ b/compar.c
@@ -293,7 +293,7 @@ cmp_clamp(int argc, VALUE *argv, VALUE x)
*
* == What's Here
*
- * \Module \Comparable provides these methods, all of which use method <tt>#<=></tt>:
+ * Module \Comparable provides these methods, all of which use method <tt>#<=></tt>:
*
* - #<: Returns whether +self+ is less than the given object.
* - #<=: Returns whether +self+ is less than or equal to the given object.