Skip to content

Commit 4587a49

Browse files
committed
docs: Kill dead links
1 parent e4f2b55 commit 4587a49

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tasm-lib/src/mmr/bag_peaks.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::prelude::*;
88
use crate::traits::basic_snippet::Reviewer;
99
use crate::traits::basic_snippet::SignOffFingerprint;
1010

11-
/// [Bag peaks](bag_peaks) of an MMR into a single [`Digest`].
11+
/// Bag the peaks of an MMR into a single [`Digest`].
1212
///
1313
/// # Behavior
1414
///
@@ -26,7 +26,8 @@ use crate::traits::basic_snippet::SignOffFingerprint;
2626
///
2727
/// # Postconditions
2828
///
29-
/// - the output is a single [`Digest`] computed like in [`bag_peaks`]
29+
/// - the output is a single [`Digest`] computed like in `bag_peaks` from
30+
/// `twenty-first`
3031
/// - the output is properly [`BFieldCodec`] encoded
3132
///
3233
/// # Crashes

0 commit comments

Comments
 (0)