Fix typo.
Co-authored-by: Eric Knibbe <enk3@outlook.com>
This commit is contained in:
parent
26d1ff5ccb
commit
732bd52c72
@ -75,7 +75,7 @@ class Tap
|
|||||||
cache.fetch(cache_key) { |key| cache[key] = new(user, repo) }
|
cache.fetch(cache_key) { |key| cache[key] = new(user, repo) }
|
||||||
end
|
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
|
# @api public
|
||||||
def self.from_path(path)
|
def self.from_path(path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user