Skip to content

Commit

Permalink
docs: fix typo in README
Browse files Browse the repository at this point in the history
s/wood/hood/
  • Loading branch information
flrgh authored Dec 19, 2023
1 parent 9e6535e commit 66f329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Full example [here](tests/example/example_define_model.rs).

Native model has
been designed to have a minimal and constant overhead. That means that the overhead is the same
whatever the size of the data. Under the wood we use the [zerocopy](https://docs.rs/zerocopy/latest/zerocopy/) crate
whatever the size of the data. Under the hood we use the [zerocopy](https://docs.rs/zerocopy/latest/zerocopy/) crate
to avoid unnecessary copies.

👉 To know the total time of the encode/decode, you need to add the time of your serialization format.
Expand Down

0 comments on commit 66f329b

Please sign in to comment.