From 198216aacf28b6ec2db8bc3375ee3335f8f9f2e0 Mon Sep 17 00:00:00 2001 From: Eduardo Cavazos Date: Wed, 12 Mar 2008 10:15:10 -0600 Subject: [PATCH] help-docs: typo --- extra/help/help-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/help/help-docs.factor b/extra/help/help-docs.factor index fc795572fb..09eba92413 100755 --- a/extra/help/help-docs.factor +++ b/extra/help/help-docs.factor @@ -344,7 +344,7 @@ HELP: $side-effects HELP: $notes { $values { "element" "a markup element" } } -{ $description "Prints the errors subheading found on the help page of some words. This section should usage tips and pitfalls." } ; +{ $description "Prints the notes subheading found on the help page of some words. This section should document usage tips and pitfalls." } ; HELP: $see { $values { "element" "a markup element of the form " { $snippet "{ word }" } } }