Skip to content

Commit 6f78cf7

Browse files
committed
Use correct name in rustdocs
Cut'n'pasta error slipped in, notice during review of rust-bitcoin#4998.
1 parent 0e893a5 commit 6f78cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/pow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl fmt::UpperHex for CompactTarget {
4949
}
5050

5151
encoding::encoder_newtype! {
52-
/// The encoder for the [`TxMerkleNode`] type.
52+
/// The encoder for the [`CompactTarget`] type.
5353
pub struct CompactTargetEncoder(encoding::ArrayEncoder<4>);
5454
}
5555

0 commit comments

Comments
 (0)