From 856b07197a5377e59f4391ba1df9156e28672afd Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 1 May 2013 16:47:06 -0700 Subject: [PATCH] Update textbuffer --- src/app/text-buffer.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/text-buffer.coffee b/src/app/text-buffer.coffee index 39cf60ee1..7d12dbaa8 100644 --- a/src/app/text-buffer.coffee +++ b/src/app/text-buffer.coffee @@ -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.