diff options
Diffstat (limited to 'stdlib/queue.mli')
-rw-r--r-- | stdlib/queue.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/queue.mli b/stdlib/queue.mli index 55e898832..5cd1136e4 100644 --- a/stdlib/queue.mli +++ b/stdlib/queue.mli @@ -16,7 +16,7 @@ This module implements queues (FIFOs), with in-place modification. {b Warning} This module is not thread-safe: each {!Queue.t} value - must be protected from concurrent access (e.g. with a {!Mutex.t}). + must be protected from concurrent access (e.g. with a [Mutex.t]). Failure to do so can lead to a crash. *) |