ffi/unsafe/atomic: doc repair

This commit is contained in:
Matthew Flatt 2012-08-02 13:32:37 -06:00
parent 286efface0
commit 1f3f180805

View File

@ -41,7 +41,7 @@ mode.
When @racket[call-as-atomic] is used in the dynamic extent of
@racket[call-as-atomic], then @racket[thunk] is simply called directly
(as a tail call).}
(as a non-tail call).}
@defproc[(call-as-nonatomic [thunk (-> any)]) any]{