diff options
| author | Alyssa Ross | 2016-09-01 16:39:05 +0100 | 
|---|---|---|
| committer | Alyssa Ross | 2016-09-01 16:39:21 +0100 | 
| commit | cd1f761668e6fcf911dc828d1c0b1a281a37d3a3 (patch) | |
| tree | 61b7b0d9e4a547f27471eb8635ddcca970e20c1f | |
| parent | 8bb3dda24317350d59c94f805665b8d5dfa3553f (diff) | |
| download | brew-cd1f761668e6fcf911dc828d1c0b1a281a37d3a3.tar.bz2 | |
docs: add missing </pre>
| -rw-r--r-- | Library/Homebrew/build_options.rb | 2 | 
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 | 
