This commit is contained in:
Michael Zhu
2019-10-18 11:46:31 -07:00
parent f014370531
commit 566e05aea4
2 changed files with 4 additions and 4 deletions

View File

@@ -16,8 +16,8 @@ export function MakerMixin<TBase extends Constructor>(Base: TBase) {
/**
* The mixin pattern requires that this constructor uses `...args: any[]`, but this class
* really expects a single `MakerConfig` parameter (assuming `Actor` is used ) as the base
* class.
* really expects a single `MakerConfig` parameter (assuming `Actor` is used as the base
* class).
*/
constructor(...args: any[]) {
super(...args);