updating scribblings

This commit is contained in:
Spencer Florence 2015-01-11 14:15:00 -05:00
parent 73f14bf899
commit fa20b1f77c

View File

@ -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 a functions that determins if some @racket[1] indexed character or byte location
in that file is covered. There are three possible results: in that file is covered. There are three possible results:
@itemize[@item{@racket['missing] --- The location is not in the @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 @item{@racket['yes] --- The location is not @racket['missing] and is
covered} @item{@racket['no] --- The location is not @racket['missing] covered} @item{@racket['no] --- The location is not @racket['missing]
and is not covered}] and is not covered}]