From 1547458786f177a419e62ffb35aa660e4534ca2c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 28 Jan 2008 23:26:34 +0000 Subject: [PATCH] fix typo in time-apply svn: r8454 --- collects/scribblings/reference/time.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/time.scrbl b/collects/scribblings/reference/time.scrbl index 09c0516439..0939c73081 100644 --- a/collects/scribblings/reference/time.scrbl +++ b/collects/scribblings/reference/time.scrbl @@ -89,10 +89,10 @@ time is a portion of the time reported by @defproc[(time-apply [proc procedure?] [arg any/c] ...) - (values exact-integer? + (values list? exact-integer? exact-integer? - list?)]{ + exact-integer?)]{ Collects timing information for a procedure application.