Fix cargo doc

This commit is contained in:
Arthur Petukhovsky
2024-05-17 17:04:33 +00:00
parent 7771275cc6
commit 81dbfc33c2

View File

@@ -98,7 +98,7 @@ impl PeersInfo {
pub type ReadGuardSharedState<'a> = RwLockReadGuard<'a, SharedState>;
/// WriteGuardSharedState is a wrapper around RwLockWriteGuard<SharedState> that
/// WriteGuardSharedState is a wrapper around `RwLockWriteGuard<SharedState>` that
/// automatically updates `watch::Sender` channels with state on drop.
pub struct WriteGuardSharedState<'a> {
tli: Arc<Timeline>,