combinators: fix help lint

db4
Slava Pestov 2011-02-25 21:06:10 -08:00
parent 78a85d0b05
commit 836743b25b
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ HELP: case
{ $examples
{ $example
"USING: combinators io kernel ;"
"IN: scratchpad"
"SYMBOLS: yes no maybe ;"
"maybe {"
" { yes [ ] } ! Do nothing"