Skip to content

Commit

Permalink
adjust documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Jan 16, 2024
1 parent 57a0ea7 commit 63b4ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ impl<T> Event<T> {
inner
}

/// Return the listener count
/// Return the listener count by aquiring a lock
/// This is just a snapshot of the number of listeners at this point in time. It is possible for the actual number to change at any point.
/// The number should only ever be used as a hint.
/// This is only available when `std` feature is enabled.
Expand Down

0 comments on commit 63b4ce7

Please sign in to comment.