We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94de821 commit a2f9aafCopy full SHA for a2f9aaf
src/libstd/sync/once.rs
@@ -178,7 +178,7 @@ impl Once {
178
/// happens-before relation between the closure and code executing after the
179
/// return).
180
///
181
- /// If the given closure recusively invokes `call_once` on the same `Once`
+ /// If the given closure recusively invokes `call_once` on the same `Once`
182
/// instance the exact behavior is not specified, allowed outcomes are
183
/// a panic or a deadlock.
184
0 commit comments