diff options
| author | Étienne Barrié <etienne.barrie@gmail.com> | 2025-10-13 16:26:11 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-10-14 12:12:56 +0000 |
| commit | 25a420351df113e02536e0ec98cf1671e437c772 (patch) | |
| tree | 0d744ece37849279ea9ee9330a22a736852889fc | |
| parent | 34ee5cbf13d42d2fc48f48cbf787571d0c6e5729 (diff) | |
[rubygems/rubygems] Fix typo
https://github.com/rubygems/rubygems/commit/e4f1772d80
| -rw-r--r-- | lib/rubygems/specification_record.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/specification_record.rb b/lib/rubygems/specification_record.rb index 195a355496..d08410096f 100644 --- a/lib/rubygems/specification_record.rb +++ b/lib/rubygems/specification_record.rb @@ -73,7 +73,7 @@ module Gem end ## - # Adds +spec+ to the the record, keeping the collection properly sorted. + # Adds +spec+ to the record, keeping the collection properly sorted. def add_spec(spec) return if all.include? spec |
