fix doc typo

Thanks to Mike Sperber for the report.
This commit is contained in:
Matthew Flatt 2021-02-20 10:55:53 -07:00
parent 3d2eeba6a4
commit 2239811eab

View File

@ -1068,7 +1068,7 @@ accum-list
;; Cheap strategy: block until the list is unlocked,
;; then return 0, so we get called again
(wrap-evt
lock-peek
lock-peek-evt
(lambda (x) 0))))
void)))
(display "hello" accumulator)