Skip to content

Commit

Permalink
fix: rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Dec 19, 2024
1 parent b5b04eb commit 3c0ba67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/barrier_cell/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use std::sync::Arc;
use parking_lot::Mutex;
use thiserror::Error;

/// A synchronization primitive, around [`OnceLock`] that can be used to wait
/// for a value to become available.
/// A synchronization primitive, that can be used to wait for a value to become
/// available.
///
/// The [`BarrierCell`] is initially empty, requesters can wait for a value to
/// become available using the `wait` method. Once a value is available, the
Expand Down

0 comments on commit 3c0ba67

Please sign in to comment.