mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: Corrected typo from 'codefor' to 'code for' (#7549)
This commit is contained in:
@@ -248,7 +248,7 @@ export class CodeGenerator {
|
||||
}
|
||||
if (typeof func !== 'function') {
|
||||
throw Error(
|
||||
`${this.name_} generator does not know how to generate code` +
|
||||
`${this.name_} generator does not know how to generate code ` +
|
||||
`for block type "${block.type}".`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user