Explorar o código

Fixed invalid param's type in docs.

Kamil Piechaczek %!s(int64=8) %!d(string=hai) anos
pai
achega
556943e1ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-core/tests/_utils/utils.js

+ 1 - 1
packages/ckeditor5-core/tests/_utils/utils.js

@@ -57,7 +57,7 @@ const utils = {
 	 *          testUtils.checkAssertions( assertEdge, assertAll );
 	 *      } );
 	 *
-	 * @param {Array.<Function>} assertions Functions that will be executed.
+	 * @param {...Function} assertions Functions that will be executed.
 	 */
 	checkAssertions( ...assertions ) {
 		const errors = [];