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

ruby-changes:67513

From: Stan <ko1@a...>
Date: Wed, 1 Sep 2021 09:16:14 +0900 (JST)
Subject: [ruby-changes:67513] fe7aaa94b4 (master): Small grammar fixes

https://git.ruby-lang.org/ruby.git/commit/?id=fe7aaa94b4

From fe7aaa94b48645d58789979d59b093aafced7bdb Mon Sep 17 00:00:00 2001
From: Stan Lo <stan001212@g...>
Date: Wed, 1 Sep 2021 00:58:42 +0800
Subject: Small grammar fixes

---
 lib/tempfile.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index 1577e45..c1b696c 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -36,9 +36,9 @@ require 'tmpdir' https://github.com/ruby/ruby/blob/trunk/lib/tempfile.rb#L36
 #
 # When a Tempfile object is garbage collected, or when the Ruby interpreter
 # exits, its associated temporary file is automatically deleted. This means
-# that's it's unnecessary to explicitly delete a Tempfile after use, though
-# it's good practice to do so: not explicitly deleting unused Tempfiles can
-# potentially leave behind large amounts of tempfiles on the filesystem
+# that it's unnecessary to explicitly delete a Tempfile after use, though
+# it's a good practice to do so: not explicitly deleting unused Tempfiles can
+# potentially leave behind a large number of temp files on the filesystem
 # until they're garbage collected. The existence of these temp files can make
 # it harder to determine a new Tempfile filename.
 #
-- 
cgit v1.1


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

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