Document return value correctly

This commit is contained in:
Nathan Sobo
2016-04-08 10:23:01 -06:00
parent e587a67f3b
commit 37bfbe8538

View File

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