Skip to content

Commit 2d7e12f

Browse files
Fix math mistake in readme, closes #8
1 parent 53e8687 commit 2d7e12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Common problems with setup:
3333
===== COMMANDS =====
3434
/cabort - aborts the current task. You are usually told when you need to use this.
3535
/ccalc - calculates an expression. For example, `/ccalc 7 / 2` would return the
36-
result `4.5`. For positive integers it also doubles as an item stack
36+
result `3.5`. For positive integers it also doubles as an item stack
3737
calculator. For example, `/ccalc 1000` would return `1000 = 15 * 64 + 40`,
3838
indicating that 1000 items consists of 15 full stacks, and an extra stack
3939
of 40.

0 commit comments

Comments
 (0)