Fix cosmetic error in code example (#2705)
* Fix cosmetic error in code example * Improve code example
This commit is contained in:
parent
ec5b45e4f8
commit
d6ffc5b820
|
@ -101,8 +101,9 @@ items then send the results to the main thread.
|
|||
(match (thread-receive)
|
||||
[(list oper1 oper2 result-thread)
|
||||
(thread-send result-thread
|
||||
(format "~a + ~a = ~a"
|
||||
(format "~a ~a ~a = ~a"
|
||||
oper1
|
||||
(object-name operation)
|
||||
oper2
|
||||
(operation oper1 oper2)))
|
||||
(loop)])))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user