From 83e807bc9ca2716f712894bf23e1bfa410d28b37 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 24 Jul 2015 15:47:22 -0700 Subject: [PATCH] :memo: Update docs for TextEditor.decorateMarker --- src/text-editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 5f136e6af..b08d8ab61 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -1316,7 +1316,7 @@ class TextEditor extends Model # head or tail of the given marker, depending on the `position` # property. # * `class` This CSS class will be applied to the decorated line number, - # line, or highlight. + # line, highlight, or overlay. # * `onlyHead` (optional) If `true`, the decoration will only be applied to # the head of the marker. Only applicable to the `line` and `gutter` # types.