Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Dec 9, 2024
1 parent 63e4004 commit 4ab6a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compy/export/BaseComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,8 @@ export class BaseComponent {

/**
* @returns {function(new:object, object)} The expected configuration class
* for this class. Subclasses are expected to override this as necessary.
* for this class. Subclasses should not override this; instead they should
* override {@link #_impl_configClass}.
*/
static get CONFIG_CLASS() {
const already = BaseComponent.#configClass.get(this);
Expand Down

0 comments on commit 4ab6a6d

Please sign in to comment.