Skip to content

Commit f6c57d5

Browse files
younatagrynspan
andauthored
Update proposals/testing/NNNN-polling-confirmations.md
Co-authored-by: Jonathan Grynspan <grynspan@me.com>
1 parent 5898605 commit f6c57d5

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)