fix typo in time-apply
svn: r8454
This commit is contained in:
parent
60f7074bab
commit
1547458786
|
@ -89,10 +89,10 @@ time is a portion of the time reported by
|
||||||
|
|
||||||
@defproc[(time-apply [proc procedure?]
|
@defproc[(time-apply [proc procedure?]
|
||||||
[arg any/c] ...)
|
[arg any/c] ...)
|
||||||
(values exact-integer?
|
(values list?
|
||||||
exact-integer?
|
exact-integer?
|
||||||
exact-integer?
|
exact-integer?
|
||||||
list?)]{
|
exact-integer?)]{
|
||||||
|
|
||||||
Collects timing information for a procedure application.
|
Collects timing information for a procedure application.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user