Skip to content

Commit

Permalink
fix comment (#37449)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvchari committed Jan 21, 2022
1 parent dcc1c31 commit 816b4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/preact/amp-base-element.js
Expand Up @@ -118,8 +118,8 @@ export class AmpPreactBaseElement extends PreactBaseElement {
}

/**
* Changes the inheritance hierarchy of X such that it now extends from Y.
* If X previously inherited from Z, it now no longer does so.
* Changes the inheritance hierarchy of clazz such that it now extends from superClazz.
* If clazz previously inherited from a previousSuperClazz, it now no longer does so.
* Dangerous, use sparingly!
* @param {*} clazz
* @param {*} superClazz
Expand Down

0 comments on commit 816b4f8

Please sign in to comment.