From d02a67f5bb8ed360c232c06ea092ebb6f1775f13 Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 19 Apr 2015 11:39:19 +0900 Subject: [PATCH] :memo: improves document consistency --- src/text-editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index aa0cd8c26..454abbabf 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -714,7 +714,7 @@ class TextEditor extends Model # * `options` (optional) See {Selection::insertText}. # # Returns a {Range} when the text has been inserted - # Returns a {Bool} false when the text has not been inserted + # Returns a {Boolean} false when the text has not been inserted insertText: (text, options={}) -> willInsert = true cancel = -> willInsert = false