File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ pub fn park() {
585
585
/// Blocks unless or until the current thread's token is made available or
586
586
/// the specified duration has been reached (may wake spuriously).
587
587
///
588
- /// The semantics of this function are equivalent to [`park()`][[ park] except
588
+ /// The semantics of this function are equivalent to [`park()`][park] except
589
589
/// that the thread will be blocked for roughly no longer than `dur`. This
590
590
/// method should not be used for precise timing due to anomalies such as
591
591
/// preemption or platform differences that may not cause the maximum
@@ -605,7 +605,7 @@ pub fn park_timeout_ms(ms: u32) {
605
605
/// Blocks unless or until the current thread's token is made available or
606
606
/// the specified duration has been reached (may wake spuriously).
607
607
///
608
- /// The semantics of this function are equivalent to [`park()`][[ park] except
608
+ /// The semantics of this function are equivalent to [`park()`][park] except
609
609
/// that the thread will be blocked for roughly no longer than `dur`. This
610
610
/// method should not be used for precise timing due to anomalies such as
611
611
/// preemption or platform differences that may not cause the maximum
You can’t perform that action at this time.
0 commit comments