diff options
| author | David Rodriguez <deivid.rodriguez@riseup.net> | 2024-05-06 15:36:57 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-05-14 16:08:02 +0000 |
| commit | c219ee00b446fb22657031aa4a47b9daf72d514c (patch) | |
| tree | e3b9da4b181efaf1d3866849093d47bf0afdd71a /lib | |
| parent | 5628cc1229ea1f53788a263cc0a6ae8df1ad428f (diff) | |
[rubygems/rubygems] Fix typo in attribute documentation
https://github.com/rubygems/rubygems/commit/8c9807092c
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rubygems/uninstaller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/uninstaller.rb b/lib/rubygems/uninstaller.rb index f4202caa0a..7dad521a93 100644 --- a/lib/rubygems/uninstaller.rb +++ b/lib/rubygems/uninstaller.rb @@ -32,7 +32,7 @@ class Gem::Uninstaller attr_reader :bin_dir ## - # The gem repository the gem will be installed into + # The gem repository the gem will be uninstalled from attr_reader :gem_home |
