From 4b7d982eb445fc1a6d76cab8eb28e8ff292e44cb Mon Sep 17 00:00:00 2001 From: abe33 Date: Tue, 6 May 2014 23:26:13 +0200 Subject: [PATCH] :lipstick: Fix typo in pasteText method comments --- src/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.coffee b/src/editor.coffee index 10ec1687f..dffc70aed 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -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. #