Rename commands to full names

This commit is contained in:
2020-04-17 20:52:58 +02:00
parent cde7998c1b
commit faa38111c1
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
function i(instrument: int) {
function instrument(instrument: int) {
return { instrument -> instrument };
}