From 0680bb6a3d526688d3f8283850f51501fc28d904 Mon Sep 17 00:00:00 2001 From: Stephen Chang Date: Wed, 5 Jun 2013 13:06:02 -0400 Subject: [PATCH] scribble docs typos --- collects/scribblings/scribble/core.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl index 09e7f8d43d..b02a230daa 100644 --- a/collects/scribblings/scribble/core.scrbl +++ b/collects/scribblings/scribble/core.scrbl @@ -268,8 +268,8 @@ The @racketmodname[scribble/tag] library provides functions for constructing A @deftech{style} combines a @tech{style name} with a list of @tech{style properties} in a @racket[style] structure. A @deftech{style name} -is either a string, symbol, of @racket[#f]. A @deftech{style property} can be -anything, including a symbol a structure such as +is either a string, symbol, or @racket[#f]. A @deftech{style property} can be +anything, including a symbol or a structure such as @racket[color-property]. A style has a single @tech{style name}, because the name typically