Merge pull request #2160 from Nigecat/main

Fix typo in embassy-net docs
This commit is contained in:
xoviat
2023-11-07 23:56:03 +00:00
committed by GitHub

View File

@ -4,7 +4,7 @@
It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated
API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and
memory management designed to work well for embedded systems, aiiming for a more "Just Works" experience.
memory management designed to work well for embedded systems, aiming for a more "Just Works" experience.
## Features