aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
diff options
context:
space:
mode:
authorMike McQuaid2016-11-06 17:58:24 +0000
committerMike McQuaid2016-11-06 17:58:24 +0000
commitb8647778ee2d9ea7bc5a6c3cd7a5812c7d7ea9c8 (patch)
tree03c9d0e2b04d42501a66455ce24d34fbfb835583 /docs/Formula-Cookbook.md
parentf46e0032bffffece8e72ffffdb28ac0b1ea7c014 (diff)
parentce2b11fd656e85a2cd73f45b4ac25fd34b1599cf (diff)
downloadbrew-b8647778ee2d9ea7bc5a6c3cd7a5812c7d7ea9c8.tar.bz2
Merge remote-tracking branch 'origin/master' into HEAD
Diffstat (limited to 'docs/Formula-Cookbook.md')
-rw-r--r--docs/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md
index 950b662ae..6657b9766 100644
--- a/docs/Formula-Cookbook.md
+++ b/docs/Formula-Cookbook.md
@@ -805,7 +805,7 @@ Homebrew wants to maintain a consistent Ruby style across all formulae based on
### Version detection fails
-Homebrew tries to automatically determine the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method) from the [`url`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#url-class_method) in avoid duplication. If the tarball has an unusual name you may need to manually assign the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method).
+Homebrew tries to automatically determine the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method) from the [`url`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#url-class_method) to avoid duplication. If the tarball has an unusual name you may need to manually assign the [`version`](http://www.rubydoc.info/github/Homebrew/brew/master/Formula#version-class_method).
## Bad Makefiles