瀏覽代碼

Docs: Fixed links.

Piotrek Koszuliński 6 年之前
父節點
當前提交
0c3ebd2925
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-engine/src/conversion/mapper.js

+ 2 - 2
packages/ckeditor5-engine/src/conversion/mapper.js

@@ -336,8 +336,8 @@ export default class Mapper {
 	 * For given `viewPosition`, finds and returns the closest ancestor of this position that has a mapping to
 	 * the model.
 	 *
-	 * @param {module:engine/model/view/position~Position} viewPosition Position for which mapped ancestor should be found.
-	 * @returns {module:engine/model/view/element~Element}
+	 * @param {module:engine/view/position~Position} viewPosition Position for which mapped ancestor should be found.
+	 * @returns {module:engine/view/element~Element}
 	 */
 	findMappedViewAncestor( viewPosition ) {
 		let parent = viewPosition.parent;