From 614b8757de60722422c298d1c2b232d3e51a51fe Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Thu, 16 Oct 2008 14:48:37 +0000 Subject: [PATCH] Fixed typo in time-apply's documentation. svn: r12048 --- collects/scribblings/reference/time.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/time.scrbl b/collects/scribblings/reference/time.scrbl index 2a6f29cc0f..ac484daaa8 100644 --- a/collects/scribblings/reference/time.scrbl +++ b/collects/scribblings/reference/time.scrbl @@ -91,7 +91,7 @@ time is a portion of the time reported by @defproc[(time-apply [proc procedure?] - [arg any/c] ...) + [lst list?]) (values list? exact-integer? exact-integer?