fixed docs slightly
This commit is contained in:
parent
fb4aeecc54
commit
3e304d0b7c
|
@ -98,7 +98,7 @@ Get the namespace that coverage should be run in. This is the same namespace giv
|
||||||
Returns a value suitable for @racket[current-compile] that will compile code with coverage
|
Returns a value suitable for @racket[current-compile] that will compile code with coverage
|
||||||
annotations. That code must be run in @racket[environment]'s namespace.}
|
annotations. That code must be run in @racket[environment]'s namespace.}
|
||||||
|
|
||||||
@defproc[(make-cover-environment [namespace namespace? (make-base-namespace)]) environment?]{
|
@defproc[(make-cover-environment [namespace namespace? (make-empty-namespace)]) environment?]{
|
||||||
|
|
||||||
Makes a coverage environment such that @racket[environment-namespace] will return
|
Makes a coverage environment such that @racket[environment-namespace] will return
|
||||||
@racket[namespace], and @racket[namespace] will be set up to handle coverage information.}
|
@racket[namespace], and @racket[namespace] will be set up to handle coverage information.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user