We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82bc54 commit 3059fe8Copy full SHA for 3059fe8
simulator/programming/time.md
@@ -18,7 +18,7 @@ implementing precise movements in your robot
18
busy doing something without giving the simulator a chance to run.
19
20
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>
+ to advance on its own and which should be modified to call <code>R.sleep</code>
22
occasionally (even a very small value will allow the simulator to progress).
23
</div>
24
0 commit comments