Skip to content

Commit

Permalink
Fix trailnig WS
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad authored Aug 3, 2018
1 parent 94de821 commit a2f9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/once.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ impl Once {
/// happens-before relation between the closure and code executing after the
/// return).
///
/// If the given closure recusively invokes `call_once` on the same `Once`
/// If the given closure recusively invokes `call_once` on the same `Once`
/// instance the exact behavior is not specified, allowed outcomes are
/// a panic or a deadlock.
///
Expand Down

0 comments on commit a2f9aaf

Please sign in to comment.