diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 7e576ff25..f69243da1 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -354,7 +354,7 @@ class TextEditor extends Model # Immediately calls your callback for each existing cursor. # # * `callback` {Function} - # * `selection` {Selection} that was added + # * `cursor` {Cursor} that was added # # Returns a {Disposable} on which `.dispose()` can be called to unsubscribe. observeCursors: (callback) ->