From 00d68c0d766ac86c0eadfab9dd5dc26ca8578ede Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Mon, 6 Feb 2017 07:53:29 -0800 Subject: [PATCH] :memo: :fire: broken TextEditorElement link --- src/text-editor.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index d569512d0..10a6c9783 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -19,9 +19,7 @@ ZERO_WIDTH_NBSP = '\ufeff' # Essential: This class represents all essential editing state for a single # {TextBuffer}, including cursor and selection positions, folds, and soft wraps. -# If you're manipulating the state of an editor, use this class. If you're -# interested in the visual appearance of editors, use {TextEditorElement} -# instead. +# If you're manipulating the state of an editor, use this class. # # A single {TextBuffer} can belong to multiple editors. For example, if the # same file is open in two different panes, Atom creates a separate editor for