prettyprint.sections: fix typo in docs

db4
Keita Haga 2011-01-17 04:23:17 +09:00
parent 79d0b1e34d
commit 7b5c3279c1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ HELP: newline-after?
HELP: short-section?
{ $values { "section" section } { "?" "a boolean" } }
{ $contract "Tests if a section should be output as a " { $link short-section } ". The default implementation calls " { $link section-fits? } " but this behavior can be cutomized." } ;
{ $contract "Tests if a section should be output as a " { $link short-section } ". The default implementation calls " { $link section-fits? } " but this behavior can be customized." } ;
HELP: section
{ $class-description "A piece of prettyprinter output. Instances of this class are not used directly, instead one instantiates various subclasses of this class:"