mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 15:49:23 +03:00
📝 Tweak header comment
This commit is contained in:
parent
cfaa5ac3cb
commit
9fa72c0841
@ -10,8 +10,8 @@ File = require './file'
|
||||
|
||||
# Represents the contents of a file.
|
||||
#
|
||||
# The `TextBuffer` is often associated with a {File}. However, this is not always
|
||||
# the case, as a `TextBuffer` could be an unsaved chunk of text.
|
||||
# The `TextBuffer` is often associated with a {File}. However, this is not
|
||||
# always the case, as a `TextBuffer` could contain an unsaved chunk of text.
|
||||
module.exports =
|
||||
class TextBuffer extends TextBufferCore
|
||||
atom.deserializers.add(this)
|
||||
|
Loading…
Reference in New Issue
Block a user