📝 Update docs for TextEditor.decorateMarker

This commit is contained in:
Ash Wilson
2015-07-24 15:47:22 -07:00
parent fa5a1d3361
commit 83e807bc9c

View File

@@ -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.