mirror of
https://github.com/atom/atom.git
synced 2026-02-01 10:14:58 -05:00
Document return value correctly
This commit is contained in:
@@ -1926,8 +1926,8 @@ class TextEditor extends Model
|
||||
#
|
||||
# This API is experimental and subject to change on any release.
|
||||
#
|
||||
# Returns a {MarkerLayer} or `undefined` if no layer exists with the given
|
||||
# id.
|
||||
# Returns a {DisplayMarkerLayer} or `undefined` if no layer exists with the
|
||||
# given id.
|
||||
getMarkerLayer: (id) ->
|
||||
@displayLayer.getMarkerLayer(id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user