Skip to content

Commit b0c007a

Browse files
NavidZandreastt
authored andcommitted
actions: fix tick actions variable name to correctly group (#1381)
1 parent 54b3b23 commit b0c007a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7495,9 +7495,9 @@ <h2>Dispatching actions</h2>
74957495
<li><p>Let <var>tick duration</var> be the result of <a>computing
74967496
the tick duration</a> with argument <var>tick actions</var>.
74977497

7498-
<li><p><a>Dispatch tick actions</a> with arguments <var>tick
7499-
actions</var> and <var>tick duration</var>. If this results in
7500-
an <a>error</a> return that error.
7498+
<li><p><a>Dispatch tick actions</a> with arguments
7499+
<var>tick actions</var> and <var>tick duration</var>.
7500+
If this results in an <a>error</a> return that error.
75017501

75027502
<li><p>Wait until the following conditions are all met:
75037503

0 commit comments

Comments
 (0)