Correct embarrassing typo

This commit is contained in:
Tony Garnock-Jones 2018-11-02 22:49:07 +00:00
parent f0ad5dc759
commit 88b0b1f8e8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ spawn named 'driver-timer/TimeLaterThan' {
react { react {
assert TimeLaterThan(deadlineMS); assert TimeLaterThan(deadlineMS);
} }
}, delta)); }), delta);
} }
on stop { on stop {
console.log('Retraction of observation of TimeLaterThan', deadlineMS); console.log('Retraction of observation of TimeLaterThan', deadlineMS);