Fix typo.

Co-authored-by: Eric Knibbe <enk3@outlook.com>
This commit is contained in:
Markus Reiter 2024-04-23 01:58:30 +02:00
parent 26d1ff5ccb
commit 732bd52c72
No known key found for this signature in database
GPG Key ID: 245293B51702655B

View File

@ -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)