diff --git a/collects/scribblings/scribble/core.scrbl b/collects/scribblings/scribble/core.scrbl index aea030b1..8fa4d341 100644 --- a/collects/scribblings/scribble/core.scrbl +++ b/collects/scribblings/scribble/core.scrbl @@ -862,12 +862,12 @@ See also @racket[index].} @defstruct[multiarg-element ([style element-style?] - [content (listof content?)])]{ + [contents (listof content?)])]{ Like @racket[element] with a list for content, except that for Latex output, if the @tech{style name} in @racket[style] is a string, then it corresponds to a Latex command that accepts as many arguments (each -in curly braces) as elements of @racket[content].} +in curly braces) as elements of @racket[contents].} @defstruct[traverse-element ([traverse element-traverse-procedure/c])]{