fix: Corrected typo from 'codefor' to 'code for' (#7549)

This commit is contained in:
Minh Seikel
2023-10-09 08:29:40 -07:00
committed by GitHub
parent 2747ded233
commit ed3decbb37

View File

@@ -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}".`,
);
}