Commit e6e65c6
committed
minor #19895 [Scheduler] Update scheduler: Fixes the code in the Custom Triggers example (kells64000)
This PR was merged into the 6.4 branch.
Discussion
----------
[Scheduler] Update scheduler: Fixes the code in the Custom Triggers example
The while was missing a parenthesis and the negation of the condition needs to be removed for it to work as expected.
Commits
-------
ca65006 Update scheduler.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments