Skip to content

Commit

Permalink
Correct owned semaphore permit docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzxporter committed May 30, 2024
1 parent fe9e33d commit 4b8564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra/src/semaphore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub struct SemaphorePermit<'a> {
_permit: SemaphoreBasePermit<'a>,
}

/// Represents an owned permit to a [Semaphore].
/// Represents an owned permit to a [OwnedSemaphore].
pub struct OwnedSemaphorePermit {
_permit: OwnedSemaphoreBasePermit,
}
Expand Down

0 comments on commit 4b8564d

Please sign in to comment.