Skip to content
Snippets Groups Projects
Commit cd1f7616 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

docs: add missing </pre>

parent 8bb3dda2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment