Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Antigen-1 authored and sorawee committed Dec 9, 2023
1 parent bdffb99 commit 2a596c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scribble-doc/scribblings/scribble/lp.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ looks like this:
@defmodulelang[scribble/lp2 #:use-sources (scribble/lp)]{The
@racketmodname[scribble/lp] language provides core support for
literate programming. It is read like a @racketmodname[scribble/base]
program, but its bindings extend @racketmodname[racket/base] with two
program, but its bindings extend @racketmodname[scribble/base] with two
forms: @racket[chunk] and @racket[CHUNK].}

More precisely, a module in @racketmodname[scribble/lp2] has its
@racketmodname[racket/base]-like content in a @racketidfont{doc}
@racketmodname[scribble/base]-like content in a @racketidfont{doc}
submodule, which is recognized by tools such as @exec{raco scribble}.
The content of the @racket[chunk] and @racket[CHUNK] forms is
stitched together as the immediate content of the module.
Expand Down

0 comments on commit 2a596c4

Please sign in to comment.