diff --git a/app/blocks/text/compare.js b/app/blocks/text/compare.js index 374c43e..96f3ba0 100644 --- a/app/blocks/text/compare.js +++ b/app/blocks/text/compare.js @@ -173,18 +173,18 @@ This block compares TEXT, not numbers! "10" vs "9" gives unexpected results - **IF/Then** - Use comparison results to control flow`, connections: { mode: "value", - output: ["expression", "boolean"], - inputs: { - A: { - description: "Left text value to compare", - types: ["expression", "string"], - shadow: "io_text" - }, - B: { - description: "Right text value to compare", - types: ["expression", "string"], - shadow: "io_text" - } + output: ["expression", "boolean"] + }, + inputs: { + A: { + description: "Left text value to compare", + types: ["expression", "string"], + shadow: "io_text" + }, + B: { + description: "Right text value to compare", + types: ["expression", "string"], + shadow: "io_text" } }, template: "%A %OP %B",