aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-01 20:56:10 +0200
committerGitHub2016-09-01 20:56:10 +0200
commit0f84fe71681ac74e3f41510f960bbcb40d5fa03e (patch)
tree2b34a2df1fa87113e8c90fe3bebba1a5487a3ae3
parent706c007de6f00f465c140f6d6848d116e8116e43 (diff)
parentcd1f761668e6fcf911dc828d1c0b1a281a37d3a3 (diff)
downloadbrew-0f84fe71681ac74e3f41510f960bbcb40d5fa03e.tar.bz2
Merge pull request #847 from penman/docs_build_options
docs: add missing </pre>
-rw-r--r--Library/Homebrew/build_options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb
index 6be4a18b5..6af3220eb 100644
--- a/Library/Homebrew/build_options.rb
+++ b/Library/Homebrew/build_options.rb
@@ -38,7 +38,7 @@ class BuildOptions
end
# True if a {Formula} is being built without a specific option.
- # <pre>args << "--no-spam-plz" if build.without? "spam"
+ # <pre>args << "--no-spam-plz" if build.without? "spam"</pre>
def without?(val)
!with?(val)
end