Skip to content

Commit a2f9aaf

Browse files
authored
Fix trailnig WS
1 parent 94de821 commit a2f9aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/once.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ impl Once {
178178
/// happens-before relation between the closure and code executing after the
179179
/// return).
180180
///
181-
/// If the given closure recusively invokes `call_once` on the same `Once`
181+
/// If the given closure recusively invokes `call_once` on the same `Once`
182182
/// instance the exact behavior is not specified, allowed outcomes are
183183
/// a panic or a deadlock.
184184
///

0 commit comments

Comments
 (0)