bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit eb3a362e40adc60611a926d45045fa2eb5262c4f
parent 6654439df1d70698e39072824f90d897a874dd68
Author: Eli Barzilay <eli@racket-lang.org>
Date:   Wed,  4 Feb 2009 16:28:14 +0000

some paren typos

svn: r13416

original commit: bd561ab19100b11fe5801c8962947862c85605eb

Diffstat:
Mcollects/scribblings/scribble/how-to.scrbl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl @@ -303,7 +303,7 @@ and they declare hyperlink targets for @scheme[scheme]-based hyperlinks. To document a @scheme[my-helper] procedure that is exported by -@filepath{helper.ss} in the @scheme{my-lib} collection that contains +@filepath{helper.ss} in the @schemeidfont{my-lib} collection that contains @filepath{manual.scrbl}: @itemize[ @@ -433,7 +433,7 @@ via @scheme[require-for-label] and @scheme[require]: In general, a @filepath{.scrbl} file produces a @techlink{part}. A part produced by a document's main source (as specified in the -@scheme{info.ss} file) represents the whole document. The +@filepath[info.ss] file) represents the whole document. The @scheme[include-section] procedure can be used to incorporate a part as a sub-part of the enclosing part.