Update textbuffer

This commit is contained in:
Garen Torikian
2013-05-01 16:47:06 -07:00
parent d07751605a
commit 856b07197a

View File

@@ -8,7 +8,7 @@ UndoManager = require 'undo-manager'
BufferChangeOperation = require 'buffer-change-operation'
BufferMarker = require 'buffer-marker'
# Represents the contents of a file.
# Public: Represents the contents of a file.
#
# The `Buffer` is often associated with a {File}. However, this is not always
# the case, as a `Buffer` could be an unsaved chunk of text.