Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Knibbe <[email protected]>
  • Loading branch information
reitermarkus and EricFromCanada committed Apr 23, 2024
1 parent 26d1ff5 commit 732bd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/tap.rb
Expand Up @@ -75,7 +75,7 @@ def self.fetch(user, repo = T.unsafe(nil))
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)
Expand Down

0 comments on commit 732bd52

Please sign in to comment.