From f6460dac5e0b3ed44d1f46b959af1d6231eed4e1 Mon Sep 17 00:00:00 2001 From: Sam Caldwell Date: Fri, 4 Mar 2016 16:37:56 -0500 Subject: [PATCH] fix typo in how-to --- scribble-doc/scribblings/scribble/how-to.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/how-to.scrbl b/scribble-doc/scribblings/scribble/how-to.scrbl index 09265f05..7c3059f8 100644 --- a/scribble-doc/scribblings/scribble/how-to.scrbl +++ b/scribble-doc/scribblings/scribble/how-to.scrbl @@ -238,7 +238,7 @@ To document a @racket[my-helper] procedure that is exported by ] -Adding these pieces to @filepath{"manual.scrbl"} gives us the +Adding these pieces to @filepath{manual.scrbl} gives us the following: @codeblock|{