Skip to content

Commit ae6f7f5

Browse files
younatagrynspan
andcommitted
Update proposals/testing/NNNN-polling-confirmations.md
Co-authored-by: Jonathan Grynspan <[email protected]>
1 parent d80ee03 commit ae6f7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/testing/NNNN-polling-confirmations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ while ContinuousClock.now < end {
384384
if await runPollAndCheckIfShouldStop() {
385385
// alert the user!
386386
}
387-
await Task.yield
387+
await Task.yield()
388388
}
389389
```
390390

0 commit comments

Comments
 (0)