From fa20b1f77c50e481d617ebd27aeb497d09974b3c Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Sun, 11 Jan 2015 14:15:00 -0500 Subject: [PATCH] updating scribblings --- scribblings/api.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scribblings/api.scrbl b/scribblings/api.scrbl index bcfbf75..5b16536 100644 --- a/scribblings/api.scrbl +++ b/scribblings/api.scrbl @@ -29,7 +29,8 @@ coverage information for that file @racket[make-covered?] returns a functions that determins if some @racket[1] indexed character or byte location in that file is covered. There are three possible results: @itemize[@item{@racket['missing] --- The location is not in the -coverage information, is a comment, or is in a submodule} +coverage information, is in a submodule, or lexes (in the sense of that languages +@racket[_color-lexer]) as a comment or whitespace.} @item{@racket['yes] --- The location is not @racket['missing] and is covered} @item{@racket['no] --- The location is not @racket['missing] and is not covered}]