combinators: fix help lint

Slava Pestov 2011-02-25 21:06:10 -08:00
parent 72b248b73b
commit acac6b0a1d
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"