diff --git a/basis/threads/threads-docs.factor b/basis/threads/threads-docs.factor index 4dab1af476..8d63b30c05 100644 --- a/basis/threads/threads-docs.factor +++ b/basis/threads/threads-docs.factor @@ -183,7 +183,7 @@ $nl "A thread that counts to 10:" { $code "USING: math.parser threads ;" - "[ 10 iota [ number>string write nl yield ] each ] \"test\" spawn" + "[ 10 iota [ number>string write nl yield ] each ] \"test\" spawn drop" "10 [ yield ] times" "0" "1"