Skip to content

Commit 10fe81f

Browse files
committed
Merge rust-bitcoin#5096: Use correct name in rustdocs
6f78cf7 Use correct name in rustdocs (Tobin C. Harding) Pull request description: Cut'n'pasta error slipped in, notice during review of rust-bitcoin#4998. ACKs for top commit: apoelstra: ACK 6f78cf7; successfully ran local tests Tree-SHA512: a5b3a5d3f7a724fff51973c73cb89b6f42095950ab076422c524d00029d1b0ef4c9fe71fb4f7c0aaf4abfaac963a296a3cb01a1df25573ba857f8e25fe38269d
2 parents 8e9dd8d + 6f78cf7 commit 10fe81f

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)