diff options
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 |
