From 9d33614d7d743ef0be542d43387f1dadcdbafd6b Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Tue, 26 Sep 2023 17:22:53 -0700 Subject: [PATCH] [firewood] lib header nit (#282) --- firewood/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewood/src/lib.rs b/firewood/src/lib.rs index 6e36e6ca4..2007dfcde 100644 --- a/firewood/src/lib.rs +++ b/firewood/src/lib.rs @@ -1,7 +1,7 @@ // Copyright (C) 2023, Ava Labs, Inc. All rights reserved. // See the file LICENSE.md for licensing terms. -//! #Firewood: Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State +//! # Firewood: Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State //! //! Firewood is an embedded key-value store, optimized to store recent Merkleized blockchain //! state with minimal overhead. Firewood is implemented from the ground up to directly