Browse Source

Docs: Rewording.

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotrek Koszuliński 7 years ago
parent
commit
b82defa770
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/ckeditor5-engine/src/view/documentfragment.js

+ 2 - 1
packages/ckeditor5-engine/src/view/documentfragment.js

@@ -21,7 +21,8 @@ export default class DocumentFragment {
 	 * Creates new DocumentFragment instance.
 	 *
 	 * **Note:** Constructor of this class shouldn't be used directly in the code. Use the
-	 * {@link module:engine/view/upcastwriter~UpcastWriter#createDocumentFragment} method instead.
+	 * {@link module:engine/view/upcastwriter~UpcastWriter#createDocumentFragment `UpcastWriter#createDocumentFragment()`}
+	 * method instead.
 	 *
 	 * @protected
 	 * @param {module:engine/view/node~Node|Iterable.<module:engine/view/node~Node>} [children] List of nodes to be inserted into