From 1e1884ef27004e27abfdfb49039d73d59918ef55 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Wed, 17 Jan 2018 18:03:48 -0500 Subject: [PATCH] :memo: [ci skip] --- src/text-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-editor.js b/src/text-editor.js index 47fb9f485..32d3102c2 100644 --- a/src/text-editor.js +++ b/src/text-editor.js @@ -2673,7 +2673,7 @@ class TextEditor { return this.cursors.slice() } - // Extended: Get all {Cursors}s, ordered by their position in the buffer + // Extended: Get all {Cursor}s, ordered by their position in the buffer // instead of the order in which they were added. // // Returns an {Array} of {Selection}s.