[ci skip]
This commit is contained in:
Wliu
2017-07-19 16:21:56 -04:00
committed by GitHub
parent 3acf35c0c1
commit b6fb15fce3

View File

@@ -612,7 +612,7 @@ module.exports = class Workspace extends Model {
// editors in the workspace.
//
// * `callback` {Function} to be called with current and future text editors.
// * `editor` An {TextEditor} that is present in {::getTextEditors} at the time
// * `editor` A {TextEditor} that is present in {::getTextEditors} at the time
// of subscription or that is added at some later time.
//
// Returns a {Disposable} on which `.dispose()` can be called to unsubscribe.