commit fb7106bc50c91d7bf1975348f959c39b8f024f5b parent b67f265b93e74a2a525173449c6febc02c04d57a Author: Reuben Thomas <rrt@sc3d.org> Date: Tue, 12 Nov 2019 16:26:27 +0000 scribble-doc/scribblings/scribble/core.scrbl: fix typo (#219) Diffstat:
| M | scribble-doc/scribblings/scribble/core.scrbl | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scribble-doc/scribblings/scribble/core.scrbl b/scribble-doc/scribblings/scribble/core.scrbl @@ -1958,7 +1958,7 @@ arguments to the element's command in Latex output.} @defstruct[command-optional ([arguments (listof string?)])]{ Used as a @tech{style property} on a @racket[element] to add - a optional arguments to the element's command in Latex output. + optional arguments to the element's command in Latex output. @history[#:added "1.20"] }