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" " { yes [ ] } ! Do nothing"
" { no [ \"No way!\" throw ] }" " { no [ \"No way!\" throw ] }"
" { maybe [ \"Make up your mind!\" print ] }" " { maybe [ \"Make up your mind!\" print ] }"
" [ \"Invalid input; try again.\" print ]" " [ drop \"Invalid input; try again.\" print ]"
"} case" "} case"
"Make up your mind!" "Make up your mind!"
} }