Skip to content

Commit

Permalink
Skyhigh173/json: reword replace item block for consistency (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernyrepos authored Aug 30, 2023
1 parent ae80b82 commit 035d8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Skyhigh173/json.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
{
opcode: "json_array_set",
blockType: Scratch.BlockType.REPORTER,
text: "replace item [pos] of [json] to [item]",
text: "replace item [pos] of [json] with [item]",
arguments: {
item: {
type: Scratch.ArgumentType.STRING,
Expand Down

0 comments on commit 035d8d2

Please sign in to comment.