diff options
| author | Imtiaz Majeed | 2014-07-11 20:36:56 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-07-11 22:56:41 -0700 |
| commit | 83a3b7d2a0d14df6872d18648bec4cf7302ba735 (patch) | |
| tree | cc13b09f8206e0731b184a563eb98c378f90bf2c /Library | |
| parent | f906d13ef29c102839fd55250adbb01109e8404d (diff) | |
| download | brew-83a3b7d2a0d14df6872d18648bec4cf7302ba735.tar.bz2 | |
Fix Grammar in example-formula.rb
Fix minor grammar: its -> it's
Closes Homebrew/homebrew#30826.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/example-formula.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb index 818ec9cc8..f2b85ce7e 100644 --- a/Library/Contributions/example-formula.rb +++ b/Library/Contributions/example-formula.rb @@ -1,7 +1,7 @@ require "formula" # This is a non-functional example formula to showcase all features and -# therefore, its overly complex and dupes stuff just to comment on it. +# therefore, it's overly complex and dupes stuff just to comment on it. # You may want to use `brew create` to start your own new formula! # Documentation: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook @@ -26,7 +26,7 @@ class ExampleFormula < Formula # `UnsafeSubversionDownloadStrategy` (svn with invalid certs) url "https://some.dont.provide.archives.example.com", :using => :git, :tag => "1.2.3" - # version is seldom needed, because its usually autodetected from the URL/tag. + # version is seldom needed, because it's usually autodetected from the URL/tag. version "1.2-final" # For integrity and security, we verify the hash (`openssl dgst -sha1 <FILE>`) |
