aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorneauoire <[email protected]>2020-04-16 18:22:43 +0900
committerneauoire <[email protected]>2020-04-16 18:22:43 +0900
commit926b69a9291e59a364a345be40f9dad057b824d3 (patch)
tree26dfb70fb319775d89a19b82f5fc51c957d4cc58
parent3e0f0bde1779d98a69406bb422dc6e15663aea99 (diff)
downloadOrca-926b69a9291e59a364a345be40f9dad057b824d3.tar.gz
Orca-926b69a9291e59a364a345be40f9dad057b824d3.zip
Updated desc for b operator
-rw-r--r--desktop/sources/scripts/core/library.js2
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 }