diff options
-rw-r--r-- | desktop/sources/scripts/core/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/core/library.js b/desktop/sources/scripts/core/library.js index 0171da4..9319ec1 100644 --- a/desktop/sources/scripts/core/library.js +++ b/desktop/sources/scripts/core/library.js @@ -26,7 +26,7 @@ library.b = function OperatorL (orca, x, y, passive) { Operator.call(this, orca, x, y, 'b', passive) this.name = 'subtract' - this.info = 'Outputs subtraction of inputs' + this.info = 'Outputs difference of inputs' this.ports.a = { x: -1, y: 0 } this.ports.b = { x: 1, y: 0 } |