Skip to content

Commit f27c8a1

Browse files
committed
Fixed typo. ComponentBlock -> MechanismBlock.
1 parent 88683ec commit f27c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocks/mrc_mechanism.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const MECHANISM = {
139139
this.removeInput('ARG' + i);
140140
}
141141
},
142-
mrcNameFieldValidator(this: ComponentBlock, nameField: Blockly.FieldTextInput, name: string): string {
142+
mrcNameFieldValidator(this: MechanismBlock, nameField: Blockly.FieldTextInput, name: string): string {
143143
// Strip leading and trailing whitespace.
144144
name = name.trim();
145145

0 commit comments

Comments
 (0)