mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
📝 Fix linking the decorateMarker
Error happens at this place in the docs https://atom.io/docs/api/v1.6.2/TextEditor#instance-decorateMarkerLayer
This commit is contained in:
@@ -1551,7 +1551,7 @@ class TextEditor extends Model
|
||||
#
|
||||
# * `markerLayer` A {TextEditorMarkerLayer} or {MarkerLayer} to decorate.
|
||||
# * `decorationParams` The same parameters that are passed to
|
||||
# {decorateMarker}, except the `type` cannot be `overlay` or `gutter`.
|
||||
# {TextEditor::decorateMarker}, except the `type` cannot be `overlay` or `gutter`.
|
||||
#
|
||||
# This API is experimental and subject to change on any release.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user