From 9fa72c0841cf19178aaeee1dc78ed70fbf95d22f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 18 Feb 2014 15:10:37 -0800 Subject: [PATCH] :memo: Tweak header comment --- src/text-buffer.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/text-buffer.coffee b/src/text-buffer.coffee index c884e7e0e..cd7102cb8 100644 --- a/src/text-buffer.coffee +++ b/src/text-buffer.coffee @@ -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)