Browse Source

API docs: Iproved constructor description.

Piotrek Koszuliński 10 years ago
parent
commit
1b0f809180
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/src/ckeditorerror.js

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