mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 07:12:31 +03:00
Update haxe.html.markdown
fixed typo
This commit is contained in:
parent
33d7020c21
commit
1c1dda235b
@ -231,7 +231,7 @@ class LearnHaxe3{
|
|||||||
trace((4 + 3) + " is the value for (4 + 3)");
|
trace((4 + 3) + " is the value for (4 + 3)");
|
||||||
trace((5 - 1) + " is the value for (5 - 1)");
|
trace((5 - 1) + " is the value for (5 - 1)");
|
||||||
trace((2 * 4) + " is the value for (2 * 4)");
|
trace((2 * 4) + " is the value for (2 * 4)");
|
||||||
trace((8 / 4) + " is the value for (8 / 3) (division always produces Floats)");
|
trace((8 / 3) + " is the value for (8 / 3) (division always produces Floats)");
|
||||||
trace((12 % 4) + " is the value for (12 % 4)");
|
trace((12 % 4) + " is the value for (12 % 4)");
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user