From 810516ca312410515733d3e6a48e5112ad44c750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= 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(-) (limited to 'lib/rubygems') 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. -- cgit v1.2.3