From e016ec17078c0c0e008b37caf78d03399a6853fd Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 27 Feb 2013 03:53:13 +0000 Subject: [PATCH] thread.c (rb_thread_group): rdoc formatting git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ thread.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99c47893e0..f0975cb122 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 27 12:53:00 2013 Zachary Scott + + * thread.c (rb_thread_group): rdoc formatting + Wed Feb 27 12:33:00 2013 Zachary Scott * lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251] 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 ThreadGroup which contains thr, 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 #=> # */