Skip to content

Commit

Permalink
docs-examples/.../broadcast-5: Fix blocktype (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings committed Aug 21, 2023
1 parent a2d72f1 commit c3cca77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/docs-examples/unsandboxed/broadcast-5.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
blocks: [
{
opcode: 'whenReceived',
blockType: Scratch.BlockType.HAT,
blockType: Scratch.BlockType.EVENT,
text: 'when I receive [EVENT_OPTION]',
isEdgeActivated: false,
arguments: {
Expand Down

0 comments on commit c3cca77

Please sign in to comment.