From 682875542c8ffd4fc7155ceef56b18c2319b1cd6 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 11 Jan 2015 15:25:51 -0500 Subject: [PATCH] more doc tweaks --- scribblings/api.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/api.scrbl b/scribblings/api.scrbl index 6a37ab7..e06548f 100644 --- a/scribblings/api.scrbl +++ b/scribblings/api.scrbl @@ -9,7 +9,7 @@ In addition to a raco tool Cover provides racket bindings for running tests and collecting coverage information. The following are the basic functions of test coverage. -@defproc[(test-files! (#:submod submod symbol? 'test) (files path-string?) ...) any/c]{ +@defproc[(test-files! (#:submod submod symbol? 'test) (files path-string?) ...) any]{ Runs all given @racket[files] and there submodule @racket[submod] (if it exists), storing the coverage information. Returns false if tests failed. Test coverage