📝 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:
Cole R Lawrence
2016-04-09 14:07:37 -05:00
parent 9131834171
commit 7decbf0d06

View File

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