We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 629a1e4 + 793fa8d commit cbc3e3fCopy full SHA for cbc3e3f
library/std/src/sync/once.rs
@@ -91,7 +91,7 @@ impl Once {
91
/// return).
92
///
93
/// If the given closure recursively invokes `call_once` on the same [`Once`]
94
- /// instance the exact behavior is not specified, allowed outcomes are
+ /// instance, the exact behavior is not specified: allowed outcomes are
95
/// a panic or a deadlock.
96
97
/// # Examples
0 commit comments