Skip to content

Commit 80101af

Browse files
committed
chore: add the missing backticks
Signed-off-by: geekvest <cuimoman@sohu.com>
1 parent 0722824 commit 80101af

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)