Merge pull request #847 from penman/docs_build_options

docs: add missing </pre>
This commit is contained in:
Markus Reiter 2016-09-01 20:56:10 +02:00 committed by GitHub
commit 0f84fe7168

View File

@ -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