docs: add missing </pre>

This commit is contained in:
Alyssa Ross 2016-09-01 16:39:05 +01:00
parent 8bb3dda243
commit cd1f761668

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