formula: correct grammar in comments
This commit is contained in:
parent
98dadd907e
commit
e466a65b8d
@ -326,13 +326,13 @@ class Formula
|
|||||||
active_spec.bottle_disable_reason
|
active_spec.bottle_disable_reason
|
||||||
end
|
end
|
||||||
|
|
||||||
# Does the currently active {SoftwareSpec} has any bottle?
|
# Does the currently active {SoftwareSpec} have any bottle?
|
||||||
# @private
|
# @private
|
||||||
def bottle_defined?
|
def bottle_defined?
|
||||||
active_spec.bottle_defined?
|
active_spec.bottle_defined?
|
||||||
end
|
end
|
||||||
|
|
||||||
# Does the currently active {SoftwareSpec} has an installable bottle?
|
# Does the currently active {SoftwareSpec} have an installable bottle?
|
||||||
# @private
|
# @private
|
||||||
def bottled?
|
def bottled?
|
||||||
active_spec.bottled?
|
active_spec.bottled?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user