From a62516977b140dd098d79b5c343472f39e968b75 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Tue, 10 Jun 2014 16:53:35 -0700 Subject: [PATCH] Make description of future-event agree with the implementation. ... and with the description in the futures visualizer docs. --- .../racket-doc/scribblings/reference/futures-logging.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/futures-logging.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/futures-logging.scrbl index 8a06c25acc..f72b3ee9cb 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/futures-logging.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/futures-logging.scrbl @@ -18,7 +18,7 @@ a data value that is an instance of a @racket[future-event] @tech{prefab} structure: @racketblock[ -(struct future-event (future-id proc-id action time) +(struct future-event (future-id proc-id action time prim-name user-data) #:prefab) ]