[前][次][番号順一覧][スレッド一覧]

ruby-changes:54260

From: nobu <ko1@a...>
Date: Fri, 21 Dec 2018 06:17:15 +0900 (JST)
Subject: [ruby-changes:54260] nobu:r66469 (trunk): A couple of small English fixes [ci skip]

nobu	2018-12-21 06:17:11 +0900 (Fri, 21 Dec 2018)

  New Revision: 66469

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66469

  Log:
    A couple of small English fixes [ci skip]
    
    [Fix GH-2052]
    
    From: Jon Burgess <jkburges@g...>

  Modified files:
    trunk/error.c
Index: error.c
===================================================================
--- error.c	(revision 66468)
+++ error.c	(revision 66469)
@@ -2082,8 +2082,8 @@ syserr_eqq(VALUE self, VALUE exc) https://github.com/ruby/ruby/blob/trunk/error.c#L2082
 /*
  *  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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]