We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde0bca commit 5cabb1cCopy full SHA for 5cabb1c
rust/cbork-utils/src/decode_helper.rs
@@ -87,7 +87,7 @@ pub fn decode_any(d: &mut Decoder, from: &str) -> Result<Vec<u8>, decode::Error>
87
.input()
88
.get(start..end)
89
.ok_or(decode::Error::message(format!(
90
- "Failed to get any CBOR bytes in {from}. Ivalid CBOR bytes."
+ "Failed to get any CBOR bytes in {from}. Invalid CBOR bytes."
91
)))?
92
.to_vec();
93
Ok(bytes)
0 commit comments