diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-20 21:17:11 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-20 21:17:11 +0000 |
commit | 75584ceb56829475ddbe445e5e496dcb0a4fbbe5 (patch) | |
tree | 8cac3c19e3d2d47aadc2b03ba935fc79806086cf /error.c | |
parent | ab2da43ce4f0ca485721cdb3de8d814e47e74cdf (diff) |
A couple of small English fixes [ci skip]
[Fix GH-2052]
From: Jon Burgess <[email protected]>
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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |