소스 검색

Fixed invalid param's type in docs.

Kamil Piechaczek 8 년 전
부모
커밋
556943e1ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = [];