summaryrefslogtreecommitdiff
path: root/js/Branching/MUX_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/MUX_f.js')
-rw-r--r--js/Branching/MUX_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Branching/MUX_f.js b/js/Branching/MUX_f.js
index d75e4319..535f1cfa 100644
--- a/js/Branching/MUX_f.js
+++ b/js/Branching/MUX_f.js
@@ -36,7 +36,7 @@ ok=false;
}
} else {
if (size(in1,"*")<2||size(in1,"*")>8||or(in1==0)) {
-message(["Block must have at least two input ports","and at most eight, and size 0 is not allowed. "]);
+message([["Block must have at least two input ports"],["and at most eight, and size 0 is not allowed. "]]);
ok=false;
} else {
if (min(in1)<0) {