From 728fa5981bf52f71f23216f512099f659130aa44 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Mon, 1 Oct 2012 16:26:40 -0700 Subject: [PATCH] Fixing some grammar in Thead documentation. --- thread.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thread.c b/thread.c index 8320ed2..22968e4 100644 --- a/thread.c +++ b/thread.c @@ -2486,8 +2486,8 @@ rb_thread_local_aref(VALUE thread, ID id) * #: C * * Thread#[] and Thread#[]= are not thread-local but fiber-local. - * This confusion was not exist until Ruby 1.8 because - * fiber is available since Ruby 1.9. + * This confusion did not exist in Ruby 1.8 because + * fibers were only available in Ruby 1.9. * Ruby 1.9 chooses that the methods behaves fiber-local to save * following idiom for dynamic scope. * -- 1.7.8.4