Update function documentation for scrollToScreenPosition

This commit is contained in:
Kevin J
2016-01-02 16:05:21 -05:00
parent 13b5d7d4be
commit 876928f7f6

View File

@@ -3037,7 +3037,7 @@ class TextEditor extends Model
# Essential: Scrolls the editor to the given screen position.
#
# * `screenPosition` An object that represents a buffer position. It can be either
# * `screenPosition` An object that represents a screen position. It can be either
# an {Object} (`{row, column}`), {Array} (`[row, column]`), or {Point}
# * `options` (optional) {Object}
# * `center` Center the editor around the position if possible. (default: false)