Procházet zdrojové kódy

Minor API doc fix.

Piotrek Koszuliński před 9 roky
rodič
revize
4ea81adeec
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      packages/ckeditor5-undo/src/undo.js

+ 2 - 3
packages/ckeditor5-undo/src/undo.js

@@ -12,11 +12,10 @@ import Button from '../ui/button/button.js';
 import ButtonView from '../ui/button/buttonview.js';
 
 /**
- * Undo feature.
- *
- * Undo features brings in possibility to undo and re-do changes done in Tree Model by deltas through Batch API.
+ * Undo feature. Introduces the "Undo" and "Redo" buttons to the editor.
  *
  * @memberOf undo
+ * @extends ckeditor5.Feature
  */
 export default class Undo extends Feature {
 	static get requires() {