aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-03 18:15:21 -0600
committerJack Nagel2014-03-03 18:15:21 -0600
commit3b76987fd79be6c0ed6516bcfb3b6f870909bf9d (patch)
treee61d74eb859fd11f894f7ab94854880c64488318 /Library
parent75dd75bd2421996a5fc5519ce2540e545ee8aa74 (diff)
downloadbrew-3b76987fd79be6c0ed6516bcfb3b6f870909bf9d.tar.bz2
Remove another reference to subformulae
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index 5d5336c1b..305ffd187 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -10,9 +10,7 @@ require 'formula'
# Ruby classes have to start Upper case and dashes are not allowed.
# So we transform: `example-formula.rb` into `ExampleFormula`. Further,
# Homebrew does enforce that the name of the file and the class correspond.
-# Check with `brew search` that the name is free. A file may contain multiple
-# classes (we call them sub-formulae) but the main one is the class that
-# corresponds to the filename.
+# Check with `brew search` that the name is free.
class ExampleFormula < Formula
homepage 'http://www.example.com' # used by `brew home example-formula`.