Skip to content

Commit eff890d

Browse files
authored
Merge pull request #155 from mdacach/fix-data-model-typo
Fix typo in Serde data model page
2 parents 2f3873b + 01855c0 commit eff890d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src/data-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ types:
116116
- As a Serde **string**. Unfortunately serialization would be brittle because an
117117
`OsString` is not guaranteed to be representable in UTF-8 and deserialization
118118
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
119+
- As a Serde **byte array**. This fixes both problems with using string, but now
120120
if we serialize an `OsString` on Unix and deserialize it on Windows we end up
121121
with [the wrong string].
122122

0 commit comments

Comments
 (0)