Skip to content

Commit 00c3d81

Browse files
committed
fix(rust/signed-doc): fix spelling
1 parent 8e5879e commit 00c3d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/signed_doc/examples/mk_signed_doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ fn decode_signed_doc(cose_bytes: &[u8]) {
119119
println!("This is a valid Catalyst Signed Document.");
120120
println!("{cat_signed_doc}");
121121
},
122-
Err(e) => eprintln!("Invalid Cataylyst Signed Document, err: {e}"),
122+
Err(e) => eprintln!("Invalid Catalyst Signed Document, err: {e}"),
123123
}
124124
}
125125

0 commit comments

Comments
 (0)