diff options
Diffstat (limited to 'incuri.js')
-rw-r--r-- | incuri.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |