diff --git a/pkgs/racket-doc/scribblings/reference/sync.scrbl b/pkgs/racket-doc/scribblings/reference/sync.scrbl index c7ef81a0c0..cc385956e1 100644 --- a/pkgs/racket-doc/scribblings/reference/sync.scrbl +++ b/pkgs/racket-doc/scribblings/reference/sync.scrbl @@ -3,7 +3,7 @@ @title[#:tag "all-sync" #:style 'toc]{Synchronization} -Racket's synchronization toolbox spans three layers: +Racket's synchronization toolbox spans four layers: @itemize[ @@ -17,6 +17,9 @@ that compose events); and} @item{@tech{semaphores} --- a simple and especially cheap primitive for synchronization.} +@item{@tech{future semaphores} --- a simple synchronization primitive +for use with @tech{futures}.} + ]