Sfoglia il codice sorgente

Fixed invalid docs.

Oskar Wróbel 8 anni fa
parent
commit
76ae7463ae
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      packages/ckeditor5-engine/src/model/schema.js

+ 3 - 3
packages/ckeditor5-engine/src/model/schema.js

@@ -1166,9 +1166,9 @@ export class SchemaContext {
 	/**
 	 * Returns new SchemaContext instance with additional items created from provided definition.
 	 *
-	 * @param {String|module:engine/model/node~Node|~SchemaContextDefinition|Array<String|module:engine/model/node~Node>} definition
-	 * Definition of item(s) that will be added to current context.
-	 * @returns {~SchemaContext} New SchemaContext instance.
+	 * @param {String|module:engine/model/node~Node|module:engine/model/schema~SchemaContext|
+	 * Array<String|module:engine/model/node~Node>} definition Definition of item(s) that will be added to current context.
+	 * @returns {module:engine/model/schema~SchemaContext} New SchemaContext instance.
 	 */
 	concat( definition ) {
 		if ( !( definition instanceof SchemaContext ) && !Array.isArray( definition ) ) {