combinators: fix docs for case.
parent
82e01fb58c
commit
27b96452ee
|
@ -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!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue