diff --git a/safekeeper/src/timeline.rs b/safekeeper/src/timeline.rs index 1b9201a11b..b03f2dd507 100644 --- a/safekeeper/src/timeline.rs +++ b/safekeeper/src/timeline.rs @@ -98,7 +98,7 @@ impl PeersInfo { pub type ReadGuardSharedState<'a> = RwLockReadGuard<'a, SharedState>; -/// WriteGuardSharedState is a wrapper around RwLockWriteGuard that +/// WriteGuardSharedState is a wrapper around `RwLockWriteGuard` that /// automatically updates `watch::Sender` channels with state on drop. pub struct WriteGuardSharedState<'a> { tli: Arc,