Skip to content

Commit

Permalink
Rollup merge of #112172 - tshepang:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
doc: improve explanation
  • Loading branch information
matthiaskrgr authored Jun 4, 2023
2 parents 629a1e4 + 793fa8d commit cbc3e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sync/once.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl Once {
/// return).
///
/// If the given closure recursively invokes `call_once` on the same [`Once`]
/// instance the exact behavior is not specified, allowed outcomes are
/// instance, the exact behavior is not specified: allowed outcomes are
/// a panic or a deadlock.
///
/// # Examples
Expand Down

0 comments on commit cbc3e3f

Please sign in to comment.