help: clean up to example usage of 'HELP:' in docs

db4
Keita Haga 2011-01-14 23:05:32 +09:00
parent 60481f7871
commit 69353f2625
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ HELP: HELP:
"USING: help help.markup help.syntax math ;"
": foo ( m -- n ) 2 + ;"
"HELP: foo"
"{ $values { \"m\" \"an integer\" } { \"n\" \"an integer\" } }"
"{ $values { \"m\" integer } { \"n\" integer } }"
"{ $description \"Increments a value by 2.\" } ;"
"\\ foo help"
}