From 28f71dbab6721e67c383fd57267a847806a86691 Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Fri, 2 Aug 2024 00:46:45 +0100 Subject: [PATCH] fix doc --- storage/blockchain/src/service/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/blockchain/src/service/mod.rs b/storage/blockchain/src/service/mod.rs index 92f3f9dc..38a7374b 100644 --- a/storage/blockchain/src/service/mod.rs +++ b/storage/blockchain/src/service/mod.rs @@ -36,7 +36,7 @@ //! - The last [`BCReadHandle`] is dropped => reader thread-pool exits //! - The last [`BCWriteHandle`] is dropped => writer thread exits //! -//! TODO: update this when [`ConcreteEnv`] is removed +//! TODO: update this when `ConcreteEnv` is removed //! Upon dropping the [`cuprate_database::ConcreteEnv`]: //! - All un-processed database transactions are completed //! - All data gets flushed to disk (caused by [`Drop::drop`] impl on `ConcreteEnv`)