Преглед на файлове

API docs: Iproved constructor description.

Piotrek Koszuliński преди 10 години
родител
ревизия
64bf6f4bc4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-engine/src/ckeditorerror.js

+ 1 - 1
packages/ckeditor5-engine/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.
 		 *