💄 Fix typo in pasteText method comments

This commit is contained in:
abe33
2014-05-06 23:26:13 +02:00
parent fbabc6f455
commit 4b7d982eb4

View File

@@ -725,7 +725,7 @@ class Editor extends Model
# Public: For each selection, replace the selected text with the contents of
# the clipboard.
#
# If the clipboard contains the same number of selection as the current
# If the clipboard contains the same number of selections as the current
# editor, each selection will be replaced with the content of the
# corresponding clipboard selection text.
#