Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 8aef079

Browse files
authored
修正 拼写错误
1 parent 3e333c3 commit 8aef079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/entity/commands/dispatcher.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ import GeneralUpdateCommand from "./general/general_update";
3939

4040
// 实例功能调度器
4141
// 根据不同的类型调度分配不同的功能
42-
export default class FuntionDispatcher extends InstanceCommand {
42+
export default class FunctionDispatcher extends InstanceCommand {
4343
constructor() {
44-
super("FuntionDispatcher");
44+
super("FunctionDispatcher");
4545
}
4646

4747
async exec(instance: Instance) {

0 commit comments

Comments
 (0)