📝 🔥 broken TextEditorElement link

This commit is contained in:
Lee Dohm 2017-02-06 07:53:29 -08:00
parent 3a21e113a6
commit 00d68c0d76
No known key found for this signature in database
GPG Key ID: A27E146D71F5F6B6

View File

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