From 75584ceb56829475ddbe445e5e496dcb0a4fbbe5 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Dec 2018 21:17:11 +0000 Subject: [PATCH] A couple of small English fixes [ci skip] [Fix GH-2052] From: Jon Burgess git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error.c b/error.c index 2e2cc25ac2..a085afd800 100644 --- a/error.c +++ b/error.c @@ -2082,8 +2082,8 @@ syserr_eqq(VALUE self, VALUE exc) /* * Document-class: Interrupt * - * Raised with the interrupt signal is received, typically because the - * user pressed on Control-C (on most posix platforms). As such, it is a + * Raised when the interrupt signal is received, typically because the + * user has pressed Control-C (on most posix platforms). As such, it is a * subclass of +SignalException+. * * begin