aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-20 21:17:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-20 21:17:11 +0000
commit75584ceb56829475ddbe445e5e496dcb0a4fbbe5 (patch)
tree8cac3c19e3d2d47aadc2b03ba935fc79806086cf /error.c
parentab2da43ce4f0ca485721cdb3de8d814e47e74cdf (diff)
downloadruby-75584ceb56829475ddbe445e5e496dcb0a4fbbe5.tar.gz
A couple of small English fixes [ci skip]
[Fix GH-2052] From: Jon Burgess <jkburges@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c4
1 files 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