Skip to content

Commit 224e61a

Browse files
authored
Fix typo in MarchingSquares.json (#1578)
Update MarchingSquares.json
1 parent 0724a8a commit 224e61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/reviewed/MarchingSquares.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@
22972297
"functionType": "Action",
22982298
"group": "Field painting",
22992299
"name": "AddLine",
2300-
"sentence": "Add a line to the field of _PARAM0_ fom _PARAM2_ ; _PARAM3_ to _PARAM4_ ; _PARAM5_ with thickness: _PARAM6_ using: _PARAM8_",
2300+
"sentence": "Add a line to the field of _PARAM0_ from _PARAM2_ ; _PARAM3_ to _PARAM4_ ; _PARAM5_ with thickness: _PARAM6_ using: _PARAM8_",
23012301
"events": [
23022302
{
23032303
"type": "BuiltinCommonInstructions::JsCode",
@@ -2380,7 +2380,7 @@
23802380
"functionType": "Action",
23812381
"group": "Field painting",
23822382
"name": "MaskLine",
2383-
"sentence": "Mask a line on the field of _PARAM0_ fom _PARAM2_ ; _PARAM3_ to _PARAM4_ ; _PARAM5_ with thickness: _PARAM6_",
2383+
"sentence": "Mask a line on the field of _PARAM0_ from _PARAM2_ ; _PARAM3_ to _PARAM4_ ; _PARAM5_ with thickness: _PARAM6_",
23842384
"events": [
23852385
{
23862386
"type": "BuiltinCommonInstructions::JsCode",

0 commit comments

Comments
 (0)