mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
spelling: overridden
This commit is contained in:
parent
868c822e02
commit
e35c06eff5
2 changed files with 2 additions and 2 deletions
|
@ -821,7 +821,7 @@ var Camera = new Class({
|
|||
return this;
|
||||
},
|
||||
|
||||
// Overriden by subclasses
|
||||
// Overridden by subclasses
|
||||
/**
|
||||
* [description]
|
||||
*
|
||||
|
|
|
@ -21,7 +21,7 @@ export class Parser {
|
|||
|
||||
// removes members inherited from classes
|
||||
// possibly could be avoided if mixins were defined as such before JSDoc parses them and then we could globally remove all inherited (not
|
||||
// overriden) members globally from the parsed DB
|
||||
// overridden) members globally from the parsed DB
|
||||
this.resolveInheritance(docs);
|
||||
|
||||
this.resolveParents(docs);
|
||||
|
|
Loading…
Reference in a new issue