8
0
فهرست منبع

API docs: Minor correction.

Piotrek Koszuliński 10 سال پیش
والد
کامیت
f834ce8834
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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() {