Skip to content

Commit 44a4a77

Browse files
committed
Merge rust-bitcoin#4706: chore: add the missing backticks
80101af chore: add the missing backticks (geekvest) Pull request description: Add the missing backticks in comment ACKs for top commit: apoelstra: ACK 80101af; successfully ran local tests tcharding: ACK 80101af Tree-SHA512: 9dfe0de5c76c0b9bba99d0e2a6f9a1726cc3b90af5a2223f8183b14e9b6c85332c6e47e0e372ffb82545b8d4932a948a580ad15b73c214aaca87ee8b6400d9c3
2 parents adab4f4 + 80101af commit 44a4a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/tests/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static SCRIPT: ScriptBuf = ScriptBuf::new();
6363
static BYTES: [u8; 32] = [0x00; 32];
6464

6565
/// Public structs that derive common traits.
66-
// C-COMMON-TRAITS excluding `Debug`, `Default`, `Display`, `Ord`, `PartialOrd, `Hash`.
66+
// C-COMMON-TRAITS excluding `Debug`, `Default`, `Display`, `Ord`, `PartialOrd`, `Hash`.
6767
#[derive(Clone, PartialEq, Eq)]
6868
struct CommonTraits {
6969
a: block::Block<Checked>,

0 commit comments

Comments
 (0)