Browse Source

API docs fix.

Piotrek Koszuliński 9 năm trước cách đây
mục cha
commit
05a906d8de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/ckeditor5-engine/src/treemodel/schema.js

+ 1 - 1
packages/ckeditor5-engine/src/treemodel/schema.js

@@ -184,7 +184,7 @@ export class SchemaItem {
  * E.g. `p` can inherit from `$block`, so whenever given attribute is allowed on the `$block` it will automatically be
  * also allowed on the `p` element. By default, `$text` item already inherits from `$inline`.
  *
- * @memberOf core.TreeModel
+ * @memberOf core.treeModel
  */
 export default class Schema {
 	/**