📝 correctly link function in docs

[ci skip]
This commit is contained in:
Winston Liu
2018-08-02 17:24:03 -05:00
committed by GitHub
parent 8b95226e3c
commit 3e97867f3e

View File

@@ -163,7 +163,7 @@ class GitRepository {
// Public: Invoke the given callback when a multiple files' statuses have
// changed. For example, on window focus, the status of all the paths in the
// repo is checked. If any of them have changed, this will be fired. Call
// {::getPathStatus(path)} to get the status for your path of choice.
// {::getPathStatus} to get the status for your path of choice.
//
// * `callback` {Function}
//