Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
winnchen committed Dec 4, 2024
1 parent 6118ffe commit 9dd7da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {Workspace} from './workspace.js';
* @deprecated
* @see {@link https://developers.google.com/blockly/guides/create-custom-blocks/generating-code}
* @param block The Block instance to generate code for.
* @param genearator The CodeGenerator calling the function.
* @param generator The CodeGenerator calling the function.
* @returns A string containing the generated code (for statement blocks),
* or a [code, precedence] tuple (for value/expression blocks), or
* null if no code should be emitted for block.
Expand Down

0 comments on commit 9dd7da6

Please sign in to comment.