@@ -17,7 +17,7 @@ import Collection from '../utils/collection.js';
* to convert paragraphs into headings.
*
* @memberOf heading
- * @extends core.Feature
+ * @extends core.Plugin
*/
export default class Heading extends Plugin {
/**
@@ -21,7 +21,7 @@ const formats = [
* This class represents the engine part of the heading feature. See also {@link heading.Heading}.
export default class HeadingEngine extends Plugin {