Merge pull request #1787 from alyssais/formula_comments

formula: correct grammar in comments
This commit is contained in:
Mike McQuaid 2017-01-05 17:06:52 +00:00 committed by GitHub
commit 2040adbe4a

View File

@ -326,13 +326,13 @@ class Formula
active_spec.bottle_disable_reason
end
# Does the currently active {SoftwareSpec} has any bottle?
# Does the currently active {SoftwareSpec} have any bottle?
# @private
def bottle_defined?
active_spec.bottle_defined?
end
# Does the currently active {SoftwareSpec} has an installable bottle?
# Does the currently active {SoftwareSpec} have an installable bottle?
# @private
def bottled?
active_spec.bottled?