summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <znz@users.noreply.github.com>2022-03-15 09:41:20 +0900
committergit <svn-admin@ruby-lang.org>2022-03-15 11:37:43 +0900
commit7aabdbe837fc58bf95c4633ad9c164440ad93876 (patch)
tree9d07c3db9442018881a9a71adbeb623c57f50aef
parent459bbdeb74224168af5c2b288f206485f7866872 (diff)
[rubygems/rubygems] Fix a typo
https://github.com/rubygems/rubygems/commit/3e06a91435
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 958d941d70..c21a55d3a1 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -582,7 +582,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
##
# The number of paths in the `$LOAD_PATH` from activated gems. Used to
- # prioritize `-I` and `ENV['RUBYLIB`]` entries during `require`.
+ # prioritize `-I` and `ENV['RUBYLIB']` entries during `require`.
def self.activated_gem_paths
@activated_gem_paths ||= 0