Skip to content

Commit 773a4ae

Browse files
committed
Fix comments at the top of tree.rs
1 parent 5306bce commit 773a4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tree.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/// Example of type to use with the generic structures below.
2-
//pub type Hash256 = [u8; 256/8];
1+
// Example of type to use with the generic structures below.
2+
// pub type Hash256 = [u8; 256/8];
33

44
#[derive(Debug)]
55
pub struct HashedChunk<H> {

0 commit comments

Comments
 (0)