Skip to content

Commit e253d35

Browse files
committed
update
1 parent dd25ae6 commit e253d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day4/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ x /= 2; // divide by 2
1919
```
2020

2121
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.
22+
can use `x++` for adding one and `x--` for subtracting 1.
2323

2424
## Loops
2525
Loops are used to repeat a set of actions until some condition is met. There are two types of loops

0 commit comments

Comments
 (0)