mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Fix typo in comment: attibutes -> attributes
876545805e
This commit is contained in:
parent
94e26a97a1
commit
6412121b00
Notes:
git
2019-08-31 04:40:14 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ module Bundler
|
||||||
# This shall check if two source object represent the same source.
|
# This shall check if two source object represent the same source.
|
||||||
#
|
#
|
||||||
# The comparison shall take place only on the attribute that can be
|
# The comparison shall take place only on the attribute that can be
|
||||||
# inferred from the options passed from Gemfile and not on attibutes
|
# inferred from the options passed from Gemfile and not on attributes
|
||||||
# that are used to pin down the gem to specific version (e.g. Git
|
# that are used to pin down the gem to specific version (e.g. Git
|
||||||
# sources should compare on branch and tag but not on commit hash)
|
# sources should compare on branch and tag but not on commit hash)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue