Skip to content

Commit 9d33614

Browse files
[firewood] lib header nit (#282)
1 parent 84bb8d5 commit 9d33614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firewood/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (C) 2023, Ava Labs, Inc. All rights reserved.
22
// See the file LICENSE.md for licensing terms.
33

4-
//! #Firewood: Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
4+
//! # Firewood: Compaction-Less Database Optimized for Efficiently Storing Recent Merkleized Blockchain State
55
//!
66
//! Firewood is an embedded key-value store, optimized to store recent Merkleized blockchain
77
//! state with minimal overhead. Firewood is implemented from the ground up to directly

0 commit comments

Comments
 (0)