Skip to content

Commit

Permalink
docs: typo fix Update faq.md (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 23, 2024
1 parent 366e609 commit 65c7a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book_src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ you only read smaller parts of it.

## How does rkyv handle endianness?

rkyv supports little- and big-endian format. You can enable specific endiannesses with the
rkyv supports little- and big-endian formats. You can enable specific endiannesses with the
`little_endian` and `big_endian` features, or default to little-endian byte ordering.

## Is rkyv cross-platform?
Expand Down

0 comments on commit 65c7a03

Please sign in to comment.