Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Update writer.updateMarker() docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jul 25, 2019
1 parent 482e55e commit ad9159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ export default class Writer {
* updateMarker( markerName, { affectsData: false } );
*
* @see module:engine/model/markercollection~Marker
* @param {String} markerOrName Name of a marker to update, or a marker instance.
* @param {String|module:engine/model/markercollection~Marker} markerOrName Name of a marker to update, or a marker instance.
* @param {Object} [options] If options object is not defined then marker will be refreshed by triggering
* downcast conversion for this marker with the same data.
* @param {module:engine/model/range~Range} [options.range] Marker range to update.
Expand Down

0 comments on commit ad9159c

Please sign in to comment.