From 768a867dcf83a1db76edd7423f43c859312d2457 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 14 Jan 2025 14:54:15 +0100 Subject: [PATCH] doc comment fix --- pageserver/src/tenant/timeline/handle.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/tenant/timeline/handle.rs b/pageserver/src/tenant/timeline/handle.rs index a2c38d5a2d..9f46df264a 100644 --- a/pageserver/src/tenant/timeline/handle.rs +++ b/pageserver/src/tenant/timeline/handle.rs @@ -459,7 +459,7 @@ impl Handle { impl PerTimelineState { /// Invalidate all handles to this timeline in all [`Cache`]s. /// - /// After this method returns, all subsequent [`Handle::upgrade`] will fail + /// After this method returns, all subsequent [`WeakHandle::upgrade`] will fail /// and they will not be holding the [`ArcTimeline`]'s gate open. #[instrument(level = "trace", skip_all)] pub(super) fn shutdown(&self) {