chore: desc

This commit is contained in:
cha0s 2020-06-20 04:46:25 -05:00
parent 03af0e1695
commit 2b59048f3c

View File

@ -19,6 +19,18 @@ export function behaviorContextTypes() {
}], }],
], ],
}, },
sub: {
type: 'vector',
label: 'Subtract $2 from $1.',
args: [
['l', {
type: 'vector',
}],
['r', {
type: 'vector',
}],
],
},
}), }),
}; };
} }