aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-02-26 09:33:00 +0000
committerGitHub2017-02-26 09:33:00 +0000
commite87ed704b38fa7b312da716d6e7b68a5e70788d4 (patch)
treed289a7af6360c5e42c7bae0a20777e2cf10bcb58 /Library/Homebrew/dev-cmd/create.rb
parentf0fd43efbd36e2fb9af54c4b48024b32b3b85a30 (diff)
parent922a52486bba6afbb01d259f1890c38cde609406 (diff)
downloadbrew-e87ed704b38fa7b312da716d6e7b68a5e70788d4.tar.bz2
Merge pull request #2194 from EricFromCanada/master
Fix grammar, formatting in man pages
Diffstat (limited to 'Library/Homebrew/dev-cmd/create.rb')
-rw-r--r--Library/Homebrew/dev-cmd/create.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/dev-cmd/create.rb b/Library/Homebrew/dev-cmd/create.rb
index b4cda0fad..9c58dc71a 100644
--- a/Library/Homebrew/dev-cmd/create.rb
+++ b/Library/Homebrew/dev-cmd/create.rb
@@ -3,8 +3,7 @@
#: Homebrew will attempt to automatically derive the formula name
#: and version, but if it fails, you'll have to make your own template. The `wget`
#: formula serves as a simple example. For the complete API have a look at
-#:
-#: <http://www.rubydoc.info/github/Homebrew/brew/master/Formula>
+#: <http://www.rubydoc.info/github/Homebrew/brew/master/Formula>.
#:
#: If `--autotools` is passed, create a basic template for an Autotools-style build.
#: If `--cmake` is passed, create a basic template for a CMake-style build.