diff options
| author | Dominyk Tiller | 2014-12-16 02:19:40 +0000 |
|---|---|---|
| committer | Jack Nagel | 2014-12-16 00:41:07 -0500 |
| commit | f8d0f5f852280fc29d780d0ca69a0a61678f9ca0 (patch) | |
| tree | b05ac1d53ed1beaf0021e31c2948ce98cdb5fc1a /share | |
| parent | 2bdcb05951446265429cb0b74d7d7aa77d29ce47 (diff) | |
| download | homebrew-f8d0f5f852280fc29d780d0ca69a0a61678f9ca0.tar.bz2 | |
Documentation Updates
Some minor changes to reflect #34989, and other bits and pieces.
Closes #35023.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index a1db39c0a..41bb00de8 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -96,8 +96,6 @@ This creates: And opens it in your `$EDITOR`. It'll look like: ```ruby -require "formula" - class Foo < Formula url "http://example.com/foo-0.1.tar.gz" homepage "" |
