Browse Source

Fixed @type tag in view DocumentFragment docs.

Szymon Kupś 9 years ago
parent
commit
51b1e80a3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-engine/src/view/documentfragment.js

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

@@ -45,7 +45,7 @@ export default class DocumentFragment {
 	 * Number of child nodes in this document fragment.
 	 *
 	 * @readonly
-	 * @type {Number} The number of elements.
+	 * @type {Number}
 	 */
 	get childCount() {
 		return this._children.length;