Explorar el Código

API docs: Minor correction.

Piotrek Koszuliński hace 10 años
padre
commit
f834ce8834
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-utils/src/collection.js

+ 1 - 0
packages/ckeditor5-utils/src/collection.js

@@ -252,6 +252,7 @@ export default class Collection {
 	/**
 	 * Generates next (not yet used) id for unidentified item being add to the collection.
 	 *
+	 * @private
 	 * @returns {String} The next id.
 	 */
 	_getNextId() {