aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems
diff options
context:
space:
mode:
authorEllen Marie Dash <the@smallest.dog>2023-09-30 19:13:06 -0400
committergit <svn-admin@ruby-lang.org>2023-10-11 19:07:29 +0000
commit8a8b23c0ccbb8450c99635c7be9ee871409ba17f (patch)
tree116a9b3602164f4b0e2e9cdb54f7e161642fd8cd /lib/rubygems
parentbe32109d64be81e796d44880aab966aabb4ae294 (diff)
downloadruby-8a8b23c0ccbb8450c99635c7be9ee871409ba17f.tar.gz
[lib/rubygems/path_support.rb] Rephrase comment
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/path_support.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/path_support.rb b/lib/rubygems/path_support.rb
index 343670a801..c80a60fc76 100644
--- a/lib/rubygems/path_support.rb
+++ b/lib/rubygems/path_support.rb
@@ -19,7 +19,7 @@ class Gem::PathSupport
attr_reader :spec_cache_dir # :nodoc:
##
- # Whether or `Gem.paths.home` defaulted to a user install.
+ # Whether `Gem.paths.home` defaulted to a user install or not.
attr_reader :auto_user_install
##