summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 20:23:47 +0000
committerstomar <stomar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-02 20:23:47 +0000
commit35c44d985668d9141187f96702991d1fe4dc7e0b (patch)
treea3373a27cd82ad9c4f46906aa833e7da921f672f /proc.c
parent81395f22f3a95ba06754e57f90ee6e7311279e8c (diff)
proc.c: fix rdoc for Method class documentation
* proc.c: [DOC] fix rdoc syntax for the class documentation of the Method class so that it is displayed in the rendered docs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.c b/proc.c
index ff44b710e6..f9e16c7161 100644
--- a/proc.c
+++ b/proc.c
@@ -1470,7 +1470,7 @@ method_entry_defined_class(const rb_method_entry_t *me)
/**********************************************************************
*
- * Document-class : Method
+ * Document-class: Method
*
* Method objects are created by <code>Object#method</code>, and are
* associated with a particular object (not just with a class). They