Added missing bang

This commit is contained in:
Justin Ethier 2017-06-29 17:14:41 -04:00
parent 8763328c1a
commit e31e4cef47

View file

@ -88,7 +88,7 @@ The current thread exits the running state as if its quantum had expired.
Immediately abort the current thread. Immediately abort the current thread.
# thread-join # thread-join!
(thread-join! thread) (thread-join! thread)