Browse Source

Docs: core.Collection fix.

Szymon Cofalik 9 years ago
parent
commit
accd0065c0
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/ckeditor5-engine/src/collection.js

+ 1 - 2
packages/ckeditor5-engine/src/collection.js

@@ -26,8 +26,7 @@ export default class Collection {
 	/**
 	/**
 	 * Creates a new Collection instance.
 	 * Creates a new Collection instance.
 	 *
 	 *
-	 * @param {Iterable} [items] Items to be added to the collection.
-	 * @param {Object} options The options object.
+	 * @param {Object} [options] The options object.
 	 * @param {String} [options.idProperty='id'] The name of the property which is considered to identify an item.
 	 * @param {String} [options.idProperty='id'] The name of the property which is considered to identify an item.
 	 */
 	 */
 	constructor( options ) {
 	constructor( options ) {