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

Commit

Permalink
Docs: downcast writer link updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Aug 31, 2018
1 parent bc81741 commit 05d418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/upcastwriter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { isPlainObject } from 'lodash-es';
* View upcast writer class. Provides set of methods used to properly manipulate nodes attached to
* {@link module:engine/view/view~View view instance}. It should be only used to manipulate non-semantic view
* (view created from HTML string). For view which was downcasted from the {@link module:engine/model/model~Model model}
* see {@link module:engine/view/writer~Writer writer}.
* see {@link module:engine/view/downcastwriter~DowncastWriter writer}.
*/
export default class UpcastWriter {
/**
Expand Down

0 comments on commit 05d418f

Please sign in to comment.