From 2239811eabd62b34d90f16e2d31a34797a090c9a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 20 Feb 2021 10:55:53 -0700 Subject: [PATCH] fix doc typo Thanks to Mike Sperber for the report. --- pkgs/racket-doc/scribblings/reference/custom-ports.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl b/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl index fa6cbc35cd..0abc8dc5f2 100644 --- a/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl +++ b/pkgs/racket-doc/scribblings/reference/custom-ports.scrbl @@ -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)