diff --git a/scribblings/decode.scrbl b/scribblings/decode.scrbl index 128bed2..6acab7e 100644 --- a/scribblings/decode.scrbl +++ b/scribblings/decode.scrbl @@ -170,7 +170,7 @@ The @racket[_tags-to-exclude] argument is useful if you're decoding source that' #:exclude-tags '(style script)) ] -@section{Blocks} +@section{Block} Because it's convenient, Pollen categorizes tagged X-expressions into two categories: @italic{block} and @italic{inline}. Why is it convenient? When using @racket[decode], you often want to treat the two categories differently. Not that you have to. But this is how you can. diff --git a/scribblings/file.scrbl b/scribblings/file.scrbl index 2040512..82a564b 100644 --- a/scribblings/file.scrbl +++ b/scribblings/file.scrbl @@ -5,7 +5,7 @@ @(define my-eval (make-base-eval)) @(my-eval `(require pollen pollen/file)) -@title{Files} +@title{File} @defmodule[pollen/file] diff --git a/scribblings/pagetree.scrbl b/scribblings/pagetree.scrbl index a2de7c2..0a6ec82 100644 --- a/scribblings/pagetree.scrbl +++ b/scribblings/pagetree.scrbl @@ -5,7 +5,7 @@ @(define my-eval (make-base-eval)) @(my-eval `(require pollen pollen/pagetree txexpr)) -@title{Pagetrees} +@title{Pagetree} @defmodule[pollen/pagetree] diff --git a/scribblings/pollen.scrbl b/scribblings/pollen.scrbl index 83345d5..31c6520 100644 --- a/scribblings/pollen.scrbl +++ b/scribblings/pollen.scrbl @@ -31,7 +31,7 @@ Not that you need to be a programmer to use Pollen. On the contrary, the Pollen That language is Racket. I chose Racket because while the idea for Pollen had been with me for several years, it simply wasn't possible to build it with other languages. So if it's unfamiliar to you, don't panic. It was unfamiliar to me. Once you see what you can do with Pollen & Racket, you may be persuaded. I was. -Or, if you can find a better digital publishing tool, use that. Personally, I'm never going back to the way I used to work. +Or, if you can find a better digital-publishing tool, use that. But I'm never going back to the way I used to work. @local-table-of-contents[]