bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 296e55d0e03d4c0eb79328c642a5146671f26f24
parent a2f430020abbed14f887c2384a67aef04479111c
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Fri,  2 Oct 2015 15:36:12 -0600

correct docs on `code:contract`

Unfortunately, `scribble/manual` and `pict/code` differ on how they
color `code:contract` content.

Diffstat:
Mscribble-doc/scribblings/scribble/manual.scrbl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scribble-doc/scribblings/scribble/manual.scrbl b/scribble-doc/scribblings/scribble/manual.scrbl @@ -300,7 +300,7 @@ A few other escapes are recognized symbolically: } @item{@racket[(#,(indexed-racket code:contract) _datum ...)] typesets like - the sequence of @racket[_datum]s, but colored as a comment and prefixed with a + the sequence of @racket[_datum]s (including its coloring), but prefixed with a semi-colon.} @item{@as-index[@racketidfont{code:blank}] typesets as a blank space.}