summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-07-18 08:36:46 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-07-18 08:36:46 +0000
commitd45639ac4e589e14914722e54d589905caea1cff (patch)
tree944a053a890860632b9c408982f155747428fdaf /src
parent9c4a1633559d45d9a57978de74fb75b937cdee70 (diff)
Fix doc on lib
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 7252ebb..9612427 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -20,7 +20,7 @@
//! let tree = MerkleTree::new(hasher.clone(), files.clone());
//!
//! assert_eq!(tree.height(), 3);
-//! assert_eq!(tree.len(), 4);
+//! assert_eq!(tree.len(), 3);
//! assert_eq!(
//! tree.root().hash(),
//! "a08c44656fb3f561619b8747a0d1dabe97126d9ed6e0cafbd7ce08ebe12d55ca"