Преглед изворни кода

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.
 		 *