From b8e24f19b5874ad7e6f8cbe88e4ff6c602b00f8d Mon Sep 17 00:00:00 2001 From: zzak Date: Wed, 27 Feb 2013 17:43:25 +0000 Subject: * vm.c: Typo in overview for example of Thread#status returning false Reported by Lee Jarvis git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm.c') diff --git a/vm.c b/vm.c index 999c29310f..4587d60442 100644 --- a/vm.c +++ b/vm.c @@ -2306,7 +2306,7 @@ Init_VM(void) * thr = Thread.new { sleep } * thr.status # => "sleep" * thr.exit - * thr.status # => "false" + * thr.status # => false * * You can also use #alive? to tell if the thread is running or sleeping, * and #stop? if the thread is dead or sleeping. -- cgit v1.2.3