Correct the typo "wether" (#24032)

This commit is contained in:
Qbuiba
2018-11-02 14:31:44 +07:00
committed by Aditya
parent e637a3c703
commit d9059ceb24

View File

@ -14,7 +14,7 @@ next.
The problem is pretty simple and usually follows these steps:
1. Take the position of the starting point.
2. Decide wether you want to go in 4 directions (**N, S, W, E**) or 8 directions (**N, S, W, E, NW, NE, SW, SE**).
2. Decide whether you want to go in 4 directions (**N, S, W, E**) or 8 directions (**N, S, W, E, NW, NE, SW, SE**).
3. Choose a replacement color and a target color.
4. Travel in those directions.
5. If the tile you land on is a target, replace it with the chosen color.