aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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
##