combinators: fix docs for case.

db4
John Benediktsson 2011-11-10 10:00:24 -08:00
parent 82e01fb58c
commit 27b96452ee
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ HELP: case
" { yes [ ] } ! Do nothing"
" { no [ \"No way!\" throw ] }"
" { maybe [ \"Make up your mind!\" print ] }"
" [ \"Invalid input; try again.\" print ]"
" [ drop \"Invalid input; try again.\" print ]"
"} case"
"Make up your mind!"
}