diff options
| author | Jack Nagel | 2013-06-02 17:14:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-02 17:14:42 -0500 |
| commit | 2609349cbeaf3ddcceb4a9b5386b4f582ed75367 (patch) | |
| tree | e09e6055d20a58612f4fa6da01e21cadb26da9ea /Library | |
| parent | e337b12f7291bf03021cd736eb94f71bf8be26dc (diff) | |
| download | homebrew-2609349cbeaf3ddcceb4a9b5386b4f582ed75367.tar.bz2 | |
Requirement: fix typo
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/requirement.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirement.rb b/Library/Homebrew/requirement.rb index 4cae1f246..f8a6f056b 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) |
