Skip to content

Commit 505ea02

Browse files
committed
Correct mistake in doc
1 parent 18b7cec commit 505ea02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/codex/md/step2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Of course, arithmetic is more than just addition. There's also subtraction, mult
2828
~pre:add X to Y add X to Y giving Z
2929
take X from Y take X from Y giving Z
3030
multiply Y by X multiply Y by X giving Z
31-
divide Y by X divide Y by Z giving Z~
31+
divide Y by X divide Y by X giving Z~
3232
Note that in the left-hand column, multiplication and division work the opposite way round to addition and subtraction, with the result of the sum (Y) being the first item, not the second. Unlike virtually all other computer languages, ~ec~ follows the way it's done in English, to make it more natural for users.
3333

3434
Although I've used just X and Y, you can also do arithmetic with numbers:

0 commit comments

Comments
 (0)