Fix throw-restarts example

release
Doug Coleman 2010-09-11 14:12:24 -05:00
parent cd27d1337b
commit fe1daf4e08
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ HELP: throw-restarts
{ $examples
"Try invoking one of the two restarts which are offered after the below code throws an error:"
{ $code
": restart-test"
" \"Oops!\" { { \"One\" 1 } { \"Two\" 2 } } condition"
": restart-test ( -- )"
" \"Oops!\" { { \"One\" 1 } { \"Two\" 2 } } throw-restarts"
" \"You restarted: \" write . ;"
"restart-test"
}