Make description of future-event agree with the implementation.

... and with the description in the futures visualizer docs.
This commit is contained in:
Vincent St-Amour 2014-06-10 16:53:35 -07:00
parent ce08805026
commit a62516977b

View File

@ -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)
]