[ci skip]
This commit is contained in:
Wliu
2018-01-17 18:03:48 -05:00
committed by GitHub
parent 2de6f05d8f
commit 1e1884ef27

View File

@@ -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.