Skip to content

Commit 66ce29d

Browse files
committed
Improve grammar
1 parent ce9db00 commit 66ce29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/using_the_simulator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ These methods are also available on the physical kits.
5151
<div class="warning" markdown="1">
5252

5353
Since the simulator does not simulate the time taken to execute your code, any loop or decision which needs an event to occur must be accompanied by a `robot.sleep` even if with a small value.
54-
**If in doubt add an `robot.sleep`**.
54+
**If in doubt add a `robot.sleep`**.
5555
If you find that the simulator freezes then this indicates that your code is reaching a loop which does not contain any `robot.sleep` and is expecting time to advance.
5656

5757
</div>

0 commit comments

Comments
 (0)