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

ruby-changes:70869

From: David <ko1@a...>
Date: Sat, 15 Jan 2022 00:00:27 +0900 (JST)
Subject: [ruby-changes:70869] 810516ca31 (master): [rubygems/rubygems] Fix method documentation to be more correct English

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

From 810516ca312410515733d3e6a48e5112ad44c750 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Wed, 2 Oct 2019 23:46:40 +0200
Subject: [rubygems/rubygems] Fix method documentation to be more correct
 English

https://github.com/rubygems/rubygems/commit/bcffd92c48
---
 lib/rubygems/installer.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb
index ab09c182805..760f8f90f76 100644
--- a/lib/rubygems/installer.rb
+++ b/lib/rubygems/installer.rb
@@ -201,8 +201,8 @@ class Gem::Installer https://github.com/ruby/ruby/blob/trunk/lib/rubygems/installer.rb#L201
   #
   # If +@force+ is set +filename+ is overwritten.
   #
-  # If +filename+ exists and is a RubyGems wrapper for different gem the user
-  # is consulted.
+  # If +filename+ exists and it is a RubyGems wrapper for a different gem, then
+  # the user is consulted.
   #
   # If +filename+ exists and +@bin_dir+ is Gem.default_bindir (/usr/local) the
   # user is consulted.
-- 
cgit v1.2.1


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

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