浏览代码

Merge branch 'master' into t/56

Oskar Wróbel 7 年之前
父节点
当前提交
8fba466871
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-table/src/utils.js

+ 1 - 1
packages/ckeditor5-table/src/utils.js

@@ -18,7 +18,7 @@ const tableSymbol = Symbol( 'isTable' );
  * * Calls the {@link module:widget/utils~toWidget} function with the proper element's label creator.
  *
  * @param {module:engine/view/element~Element} viewElement
- * @param {module:engine/view/writer~Writer} writer An instance of the view writer.
+ * @param {module:engine/view/downcastwriter~DowncastWriter} writer An instance of the view writer.
  * @param {String} label The element's label. It will be concatenated with the table `alt` attribute if one is present.
  * @returns {module:engine/view/element~Element}
  */