瀏覽代碼

Docs: corrected param description.

Piotrek Koszuliński 9 年之前
父節點
當前提交
bc29cf6712
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/src/view/observer/mutationobserver.js

+ 1 - 1
packages/ckeditor5-engine/src/view/observer/mutationobserver.js

@@ -238,7 +238,7 @@ export default class MutationObserver extends Observer {
  * Array of mutations.
  * For mutated texts it will be {@link engine.view.Document~MutatatedText} and for mutated elements it will be
  * {@link engine.view.Document~MutatatedElement}. You can recognize the type based on the `type` property.
- * @param {engine.view.Selection|null} View selection that is a result of converting DOM selection to view. Keep in
+ * @param {engine.view.Selection|null} viewSelection View selection that is a result of converting DOM selection to view. Keep in
  * mind that the DOM selection is already "updated", meaning that it already acknowledges changes done in mutation.
  */