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>
This commit is contained in:
parent
f906d13ef2
commit
83a3b7d2a0
@ -1,7 +1,7 @@
|
|||||||
require "formula"
|
require "formula"
|
||||||
|
|
||||||
# This is a non-functional example formula to showcase all features and
|
# 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!
|
# You may want to use `brew create` to start your own new formula!
|
||||||
# Documentation: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook
|
# Documentation: https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ class ExampleFormula < Formula
|
|||||||
# `UnsafeSubversionDownloadStrategy` (svn with invalid certs)
|
# `UnsafeSubversionDownloadStrategy` (svn with invalid certs)
|
||||||
url "https://some.dont.provide.archives.example.com", :using => :git, :tag => "1.2.3"
|
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"
|
version "1.2-final"
|
||||||
|
|
||||||
# For integrity and security, we verify the hash (`openssl dgst -sha1 <FILE>`)
|
# For integrity and security, we verify the hash (`openssl dgst -sha1 <FILE>`)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user