typo
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user