summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-02 23:46:40 +0200
committergit <svn-admin@ruby-lang.org>2022-01-15 00:00:09 +0900
commit810516ca312410515733d3e6a48e5112ad44c750 (patch)
treeab7cdff8d5490926c0aa2ebcebaa4ae419bcb2ff /lib/rubygems
parentda0f67c0383f57129c7a76255964b1ee739d8db8 (diff)
[rubygems/rubygems] Fix method documentation to be more correct English
https://github.com/rubygems/rubygems/commit/bcffd92c48
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/installer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb
index ab09c18280..760f8f90f7 100644
--- a/lib/rubygems/installer.rb
+++ b/lib/rubygems/installer.rb
@@ -201,8 +201,8 @@ class Gem::Installer
#
# 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.