diff options
| author | Jack Nagel | 2014-06-04 15:59:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-04 16:02:39 -0500 |
| commit | 7242365ff39b2184a81a7aaad40735daca0e1fbd (patch) | |
| tree | 02813d6a4d664d395c4db416af308303d507cebb /Library | |
| parent | d0be32f60b0422a71226fee0879342c7d368917d (diff) | |
| download | brew-7242365ff39b2184a81a7aaad40735daca0e1fbd.tar.bz2 | |
Remove stray unicode
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/example-formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index c2cb13005..6f3c9e5b1 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -271,7 +271,7 @@ class ExampleFormula < Formula args << "--universal-binary" if build.universal? # The `build.with?` and `build.without?` are smart enough to do the - # right thing™ with respect to defaults defined via `:optional` and + # right thing with respect to defaults defined via `:optional` and # `:recommended` dependencies. # If you need to give the path to lib/include of another brewed formula |
