We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868c822 commit e35c06eCopy full SHA for e35c06e
2 files changed
plugins/camera3d/src/Camera.js
@@ -821,7 +821,7 @@ var Camera = new Class({
821
return this;
822
},
823
824
- // Overriden by subclasses
+ // Overridden by subclasses
825
/**
826
* [description]
827
*
scripts/tsgen/src/Parser.ts
@@ -21,7 +21,7 @@ export class Parser {
21
22
// removes members inherited from classes
23
// possibly could be avoided if mixins were defined as such before JSDoc parses them and then we could globally remove all inherited (not
24
- // overriden) members globally from the parsed DB
+ // overridden) members globally from the parsed DB
25
this.resolveInheritance(docs);
26
27
this.resolveParents(docs);
0 commit comments