summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodriguez <deivid.rodriguez@riseup.net>2024-03-21 16:01:37 +0100
committergit <svn-admin@ruby-lang.org>2024-04-01 15:03:23 +0000
commit3ca0683529a540bf651d5dc94289dc1db79c3338 (patch)
tree9895ff29bc6a23334d01725dd2f07ce70b4ab3cb /lib
parente26ac3ab7106ce6ca5911e34cbd099841c8d6da1 (diff)
[rubygems/rubygems] Fix typo
https://github.com/rubygems/rubygems/commit/0ddf25e5aa
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/resolver/candidate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/resolver/candidate.rb b/lib/bundler/resolver/candidate.rb
index e695ef08ee..9e8b913335 100644
--- a/lib/bundler/resolver/candidate.rb
+++ b/lib/bundler/resolver/candidate.rb
@@ -15,7 +15,7 @@ module Bundler
# considered separately.
#
# Some candidates may also keep some information explicitly about the
- # package the refer to. These candidates are referred to as "canonical" and
+ # package they refer to. These candidates are referred to as "canonical" and
# are used when materializing resolution results back into RubyGems
# specifications that can be installed, written to lock files, and so on.
#