From 7242365ff39b2184a81a7aaad40735daca0e1fbd Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 4 Jun 2014 15:59:21 -0500 Subject: [PATCH] Remove stray unicode --- Library/Contributions/example-formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index c2cb13005c..6f3c9e5b15 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