From 706eec7631f797a2eefd952fcb482f7d522f2cb5 Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 11 Jan 2015 14:37:59 -0500 Subject: [PATCH] minor docs change --- scribblings/api.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/api.scrbl b/scribblings/api.scrbl index 5b16536..d5753ab 100644 --- a/scribblings/api.scrbl +++ b/scribblings/api.scrbl @@ -50,7 +50,7 @@ formats. Equivalent to the specifications of the @Flag{c} argument to Coverage infomation is a hash map mapping absolute file paths to a list detailing the coverage of that file. The coverage information is a list of lists, mapping a boolean to a range of -characters within the file. True means @racket[srcloc] structure +characters within the file. True means the @racket[srcloc] structure represents an expression that was run, and False means the structure represents an expression that was not run. Not that not all expressions may be represented directly in this coverage