Skip to content

Commit

Permalink
[docs] Rephrase to make clear that we're talking about a specific amo…
Browse files Browse the repository at this point in the history
…unt of seconds.
  • Loading branch information
lgarron committed Jul 18, 2022
1 parent 799e84f commit ae6b384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cubing/scramble/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h1><a href="#prefetching">Prefetching and debug options</a></h1>
By default, <code>cubing.js</code> will <i>prefetch</i> a new scramble under these conditions:
<ul>
<li>A scramble has been generated.</li>
<li>A second has elapsed since the last scramble finished generating.</li>
<li>One second has elapsed since the last scramble finished generating.</li>
<li>No new scramble has been requested in the meantime.</li>
</ul>
<code>cubing.js</code> will then start generating a scramble for the same event as the previous request, which will be available more quickly (often almost instantly) to answer the next scramble request for that event. This is particularly useful for timer apps, where the next scramble can be prepared while the cuber is solving.
Expand Down

0 comments on commit ae6b384

Please sign in to comment.