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.
2 parents 2f3873b + 01855c0 commit eff890dCopy full SHA for eff890d
_src/data-model.md
@@ -116,7 +116,7 @@ types:
116
- As a Serde **string**. Unfortunately serialization would be brittle because an
117
`OsString` is not guaranteed to be representable in UTF-8 and deserialization
118
would be brittle because Serde strings are allowed to contain 0-bytes.
119
-- As a Serde **byte array**. This fixes both problem with using string, but now
+- As a Serde **byte array**. This fixes both problems with using string, but now
120
if we serialize an `OsString` on Unix and deserialize it on Windows we end up
121
with [the wrong string].
122
0 commit comments