From 68f6ab86f7f1945581905317ecf7f20d5b6de4c0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 20 Mar 2014 14:53:38 -0600 Subject: [PATCH] guide: fix style on itemlist --- .../scribblings/guide/contracts-simple-function.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl index db8a77c760..c4060cab00 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/contracts-simple-function.scrbl @@ -118,7 +118,7 @@ which defines the @racket[deposit] function with the contract from earlier. Note that this has two potentially important impacts on the use of @racket[deposit]: -@itemlist[#:style "ordered" +@itemlist[#:style 'ordered @item{Since the contract will always be checked on calls to @racket[deposit], even inside the module in which it is defined, this may increase the number of times the contract is checked. This could lead to