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

ruby-changes:49115

From: stomar <ko1@a...>
Date: Thu, 14 Dec 2017 19:24:43 +0900 (JST)
Subject: [ruby-changes:49115] stomar:r61231 (trunk): process.c: [DOC] fix grammar and double negative

stomar	2017-12-14 19:24:38 +0900 (Thu, 14 Dec 2017)

  New Revision: 61231

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

  Log:
    process.c: [DOC] fix grammar and double negative

  Modified files:
    trunk/process.c
Index: process.c
===================================================================
--- process.c	(revision 61230)
+++ process.c	(revision 61231)
@@ -476,13 +476,13 @@ rb_last_status_get(void) https://github.com/ruby/ruby/blob/trunk/process.c#L476
  *  call-seq:
  *     Process.last_status   -> Process::Status or nil
  *
- *  Return the status of the last executed child process in the
+ *  Returns the status of the last executed child process in the
  *  current thread.
  *
  *     Process.wait Process.spawn("ruby", "-e", "exit 13")
  *     Process.last_status   #=> #<Process::Status: pid 4825 exit 13>
  *
- *  If no child process has never been executed in the current
+ *  If no child process has ever been executed in the current
  *  thread, this returns +nil+.
  *
  *     Process.last_status   #=> nil

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

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