diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb index 4cae1f2468..f8a6f056bf 100644 --- a/Library/Homebrew/requirement.rb +++ b/Library/Homebrew/requirement.rb @@ -20,7 +20,7 @@ class Requirement def message; "" end # Overriding #satisfied? is deprecated. - # Pass a block or boolean to the satisfied DSL method instead. + # Pass a block or boolean to the satisfy DSL method instead. def satisfied? result = self.class.satisfy.yielder do |proc| instance_eval(&proc)