Merge pull request #1441 from briandunn/patch-1

Fix Typo
This commit is contained in:
Mike McQuaid 2016-11-04 19:38:35 -04:00 committed by GitHub
commit 83b8c6cccd

View File

@ -805,7 +805,7 @@ Homebrew wants to maintain a consistent Ruby style across all formulae based on
### Version detection fails ### 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 ## Bad Makefiles