From dde1a0b2eb3363176347050bee09960383ba1ce8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 28 Mar 2014 13:27:17 -0700 Subject: [PATCH] :memo: Add missing the --- src/git.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.coffee b/src/git.coffee index c4dfe6613..cece6588d 100644 --- a/src/git.coffee +++ b/src/git.coffee @@ -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)]