diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 8c6bc0104..7a31ffad6 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -1563,7 +1563,7 @@ class TextEditor extends Model # Essential: Get a {Cursor} at given screen coordinates {Point} # - #* `position` A {Point} + # * `position` A {Point} or {Array} of `[row, column]` # # Returns the first matched {Cursor} or undefined getCursorAtScreenPosition: (position) ->