summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-27 03:53:13 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-27 03:53:13 +0000
commite016ec17078c0c0e008b37caf78d03399a6853fd (patch)
treebae96e53690c240aeb0bcbfd50751cbaf7071d10 /thread.c
parentdda10afc65c4b65507c4d41ad27ad0f60bcb3117 (diff)
thread.c (rb_thread_group): rdoc formatting
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index 6605043e05..ff0df2be58 100644
--- a/thread.c
+++ b/thread.c
@@ -2453,8 +2453,8 @@ rb_thread_abort_exc_set(VALUE thread, VALUE val)
* call-seq:
* thr.group -> thgrp or nil
*
- * Returns the <code>ThreadGroup</code> which contains <i>thr</i>, or nil if
- * the thread is not a member of any group.
+ * Returns the ThreadGroup which contains the given thread, or returns +nil+
+ * if +thr+ is not a member of any group.
*
* Thread.main.group #=> #<ThreadGroup:0x4029d914>
*/