From 1fa216a6500d968a7089188ee1afd72c36a6b38b Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 5 Apr 2015 20:31:26 -0400 Subject: [PATCH] added a defparam --- scribblings/api.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/api.scrbl b/scribblings/api.scrbl index 43d259d..40f070b 100644 --- a/scribblings/api.scrbl +++ b/scribblings/api.scrbl @@ -85,7 +85,7 @@ environment. @defproc[(environment? [v any/c]) any/c]{ Tests if the given value is a coverage environment.} -@defthing[current-coverage-environment (parameter/c environment?) +@defparam[current-coverage-environment environment environment? #:value (make-cover-environment)]{ The current coverage environment. Defaults to an environment built from @racket[make-empty-namespace]}