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:
parent
ab2da43ce4
commit
75584ceb56
1 changed files with 2 additions and 2 deletions
4
error.c
4
error.c
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue