aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
diff options
context:
space:
mode:
authorwyrapeseed <[email protected]>2025-10-23 00:20:51 +0800
committerGitHub <[email protected]>2025-10-22 09:20:51 -0700
commit8bec2fbebfb4719d04d4f3bc3155afe8fa0b2818 (patch)
treeb6d305d8e9b8a5998023d7671f465915b99ff3d7 /src/test.rs
parente0b1d91410fd0a344beda6ee0e6f1972ad04be08 (diff)
chore: make some documents clearer (#528)
Diffstat (limited to 'src/test.rs')
-rw-r--r--src/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.rs b/src/test.rs
index 2d21856..771ed74 100644
--- a/src/test.rs
+++ b/src/test.rs
@@ -982,7 +982,7 @@ fn test_serde() {
// Version 1.5.2 of this crate changed the default serialization format to a bytestring
// (instead of an array/list) to save bytes on the wire. That was a backwards compatibility
// mistake for non-self-describing formats, and it's been reverted. Since some small number of
- // serialized bytestrings will probably exist forever in the wild, we shold test that we can
+ // serialized bytestrings will probably exist forever in the wild, we should test that we can
// still deserialize these from self-describing formats.
let bytestring_cbor: &[u8] = &[
0x58, 0x20, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe, 0xfe,