From 656b18b13a783274dba4c6578a1bd9babf146d1e Mon Sep 17 00:00:00 2001 From: Mohammad Zain Abbas Date: Sun, 7 Aug 2022 17:24:53 +0200 Subject: [PATCH] Minor change: updated doc for `resource_version` method --- Library/Homebrew/livecheck/livecheck.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/livecheck.rb b/Library/Homebrew/livecheck/livecheck.rb index 94a08826fd..010c0c06d6 100644 --- a/Library/Homebrew/livecheck/livecheck.rb +++ b/Library/Homebrew/livecheck/livecheck.rb @@ -645,7 +645,7 @@ module Homebrew homebrew_curl_root_domains.include?(url_root_domain) end - # Identifies the latest version of the resource in a given Formulae/Casks and returns a Hash containing + # Identifies the latest version of the resource in a given Formulae and returns a Hash containing # the version information for a resource. Returns a nil value if a latest version # couldn't be found for a given resource. sig {