aboutsummaryrefslogtreecommitdiffstats
path: root/incuri.js
diff options
context:
space:
mode:
Diffstat (limited to 'incuri.js')
-rw-r--r--incuri.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/incuri.js b/incuri.js
index 623be6f..0ffb082 100644
--- a/incuri.js
+++ b/incuri.js
@@ -76,7 +76,7 @@
["In", 1], ["De", -1]
].forEach(function(direction) {
var [prefix, dir] = direction;
- liberator.commands
+ commands
.add([prefix.toLowerCase() + "c" + suffix],
prefix + "crement the number in the " + name + ".",
makeinc(function(x, q) x + dir * q, prop),