From b3687265bbf686a5bfaf3a089fa856e7441c2492 Mon Sep 17 00:00:00 2001 From: herkyl Date: Thu, 11 Jun 2015 10:37:38 +0300 Subject: [PATCH] Fixed 'setBufferRange' documentation parameter name --- src/selection.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selection.coffee b/src/selection.coffee index 6ec874203..b96139e98 100644 --- a/src/selection.coffee +++ b/src/selection.coffee @@ -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.