📝 Add missing the

This commit is contained in:
Kevin Sawicki
2014-03-28 13:27:17 -07:00
parent ecfddc1523
commit dde1a0b2eb

View File

@@ -330,7 +330,7 @@ class Git
#
# path - A {String} path in the repository, relative or absolute.
#
# Returns a status {Number} or null if path is not in the cache.
# Returns a status {Number} or null if the path is not in the cache.
getCachedPathStatus: (path) ->
@statuses[@relativize(path)]