io.timeouts-docs: fix an example formatting

The help system highlights only the last line as the code "output", so in
this case it displayed only half of the text that way.
master
Alexander Iljin 2019-05-15 12:24:20 +02:00 committed by John Benediktsson
parent 723e0e2c1a
commit 8af54ff2fa
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ HELP: set-timeout
{ $unchecked-example
"USING: calendar io.launcher io.timeouts kernel ;"
"\"sleep 10\" >process 5 seconds over set-timeout run-process"
"Process was killed as a result of a call to"
"kill-process, or a timeout"
"Process was killed as a result of a call to kill-process, or a timeout"
}
} ;