Skip to content

Commit 3059fe8

Browse files
committed
Be more precise
1 parent b82bc54 commit 3059fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulator/programming/time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ implementing precise movements in your robot
1818
busy doing something without giving the simulator a chance to run.
1919

2020
This usually indicates that you have a loop somewhere which is expecting time
21-
to advance on its own and which should be modified to call <code>sleep</code>
21+
to advance on its own and which should be modified to call <code>R.sleep</code>
2222
occasionally (even a very small value will allow the simulator to progress).
2323
</div>
2424

0 commit comments

Comments
 (0)