1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2018-12-20 21:17:11 +00:00
parent ab2da43ce4
commit 75584ceb56

View file

@ -2082,8 +2082,8 @@ syserr_eqq(VALUE self, VALUE exc)
/* /*
* Document-class: Interrupt * Document-class: Interrupt
* *
* Raised with the interrupt signal is received, typically because the * Raised when the interrupt signal is received, typically because the
* user pressed on Control-C (on most posix platforms). As such, it is a * user has pressed Control-C (on most posix platforms). As such, it is a
* subclass of +SignalException+. * subclass of +SignalException+.
* *
* begin * begin