Fixed 'setBufferRange' documentation parameter name

This commit is contained in:
herkyl
2015-06-11 10:37:38 +03:00
parent 33accdf1f3
commit b3687265bb

View File

@@ -84,7 +84,7 @@ class Selection extends Model
# Public: Modifies the buffer {Range} for the selection.
#
# * `screenRange` The new {Range} to select.
# * `bufferRange` The new {Range} to select.
# * `options` (optional) {Object} with the keys:
# * `preserveFolds` if `true`, the fold settings are preserved after the
# selection moves.