Selaa lähdekoodia

Docs: Fixed error in docs.

Szymon Cofalik 7 vuotta sitten
vanhempi
commit
23cb2a1f76
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 ) {