From 732bd52c7294315bf3cc0d151b6d9cb83843f72a Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 23 Apr 2024 01:58:30 +0200 Subject: [PATCH] Fix typo. Co-authored-by: Eric Knibbe --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 22d8af5706..fb9be0aad0 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -75,7 +75,7 @@ class Tap cache.fetch(cache_key) { |key| cache[key] = new(user, repo) } end - # Get a {Tap} from it's path or a path inside of it. + # Get a {Tap} from its path or a path inside of it. # # @api public def self.from_path(path)