Преглед на файлове

Docs: Fixed error in docs.

Szymon Cofalik преди 7 години
родител
ревизия
23cb2a1f76
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-engine/src/model/position.js

+ 1 - 1
packages/ckeditor5-engine/src/model/position.js

@@ -492,7 +492,7 @@ export default class Position {
 	 *
 	 * This method is safe to use it on non-existing positions (for example during operational transformation).
 	 *
-	 * @param {~Position} position Position to compare with.
+	 * @param {module:engine/model/position~Position} position Position to compare with.
 	 * @returns {Boolean} `true` if positions have the same parent, `false` otherwise.
 	 */
 	hasSameParentAs( position ) {