Browse Source

Merge branch 'master' into t/56

Oskar Wróbel 7 years ago
parent
commit
8fba466871
1 changed files with 1 additions and 1 deletions
  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}
  */