From 7b5c3279c1ef804ab5f368091f949f662fa06f29 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Mon, 17 Jan 2011 04:23:17 +0900 Subject: [PATCH] prettyprint.sections: fix typo in docs --- basis/prettyprint/sections/sections-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/prettyprint/sections/sections-docs.factor b/basis/prettyprint/sections/sections-docs.factor index f0d369297c..0bf11454ab 100644 --- a/basis/prettyprint/sections/sections-docs.factor +++ b/basis/prettyprint/sections/sections-docs.factor @@ -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:"