chore: desc
This commit is contained in:
parent
03af0e1695
commit
2b59048f3c
|
@ -19,6 +19,18 @@ export function behaviorContextTypes() {
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
sub: {
|
||||||
|
type: 'vector',
|
||||||
|
label: 'Subtract $2 from $1.',
|
||||||
|
args: [
|
||||||
|
['l', {
|
||||||
|
type: 'vector',
|
||||||
|
}],
|
||||||
|
['r', {
|
||||||
|
type: 'vector',
|
||||||
|
}],
|
||||||
|
],
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user