[lib/rubygems/path_support.rb] Rephrase comment

Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
This commit is contained in:
Ellen Marie Dash 2023-09-30 19:13:06 -04:00 committed by git
parent be32109d64
commit 8a8b23c0cc

View File

@ -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
##