We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd25ae6 commit e253d35Copy full SHA for e253d35
day4/index.md
@@ -19,7 +19,7 @@ x /= 2; // divide by 2
19
```
20
21
There is one other shorthand to be aware of, if you want to increment/decrement a variable by 1, you
22
-can use `x++` for adding one and `x--` for subtracking 1.
+can use `x++` for adding one and `x--` for subtracting 1.
23
24
## Loops
25
Loops are used to repeat a set of actions until some condition is met. There are two types of loops
0 commit comments