浏览代码

Fixed docs of uid() helper.

Aleksander Nowodziński 9 年之前
父节点
当前提交
e01d5b92b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-utils/src/uid.js

+ 1 - 1
packages/ckeditor5-utils/src/uid.js

@@ -9,7 +9,7 @@
  *
  * @function
  * @memberOf utils
- * @returns {Number} A number representing the id.
+ * @returns {String} A string representing the id.
  */
 export default () => {
 	let uuid = 'e'; // Make sure that id does not start with number.