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

Commit

Permalink
Docs rewording.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Aug 27, 2018
1 parent d0ea328 commit 9cc3729
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 @@ -13,7 +13,7 @@ import Element from './element';
* 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 downcast writer}.
*/
export default class UpcastWriter {
/**
Expand Down

0 comments on commit 9cc3729

Please sign in to comment.