aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNikolaus Wittenstein2015-06-02 11:55:52 -0400
committerMike McQuaid2015-06-05 14:47:59 +0100
commitcc219891075b8b7fd366a35d88382fc33b45407f (patch)
treeecbf15e5b0dfacc0939ec20f86d21d760f6b90bd /Library
parent1585284ebec0e5b448619bab31ea31e4b8dd7713 (diff)
downloadbrew-cc219891075b8b7fd366a35d88382fc33b45407f.tar.bz2
Remove "An" from example-formula's desc
Formula descriptions shouldn't start with an article.
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index 5cfb39a0a..4376bace3 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -9,7 +9,7 @@
# Homebrew does enforce that the name of the file and the class correspond.
# Check with `brew search` that the name is free.
class ExampleFormula < Formula
- desc "An example formula" # shows up in `brew info`, and can be searched with `brew search --desc`.
+ desc "Example formula" # shows up in `brew info`, and can be searched with `brew search --desc`.
homepage "https://www.example.com" # used by `brew home example-formula`.
revision 1 # This is used when there's no new version but it needs recompiling for another reason.
# 0 is default & unwritten.