ソースを参照

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() {