瀏覽代碼

API docs: Iproved constructor description.

Piotrek Koszuliński 10 年之前
父節點
當前提交
3296f748c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-utils/src/ckeditorerror.js

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

@@ -20,7 +20,7 @@
 CKEDITOR.define( function() {
 	class CKEditorError extends Error {
 		/**
-		 * Creates an instance of the class.
+		 * Creates an instance of the CKEditorError class.
 		 *
 		 * Read more about error logging in the {@link core.log} module.
 		 *