From 52ec4c7c5c760a70bc3b5b5e6fe610842bfc67a3 Mon Sep 17 00:00:00 2001 From: Harold Pimentel Date: Tue, 29 Dec 2015 20:50:13 -0800 Subject: [PATCH] update documentation for rowRangeForParagraphAtBufferRow #vc --- src/cursor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cursor.coffee b/src/cursor.coffee index 5b3b23b73..9a8e9f6d0 100644 --- a/src/cursor.coffee +++ b/src/cursor.coffee @@ -551,7 +551,7 @@ class Cursor extends Model # Public: Retrieves the range for the current paragraph. # - # A paragraph is defined as a block of text surrounded by empty lines. + # A paragraph is defined as a block of text surrounded by empty lines or comments. # # Returns a {Range}. getCurrentParagraphBufferRange: ->