diff options
| author | xoviat <[email protected]> | 2023-11-07 23:56:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-07 23:56:03 +0000 |
| commit | 94586576a06cf5869d0cdea6d678a0448bb1fdf8 (patch) | |
| tree | bf2f0f05eaa63a1cbd69e08c5293b3e66b8879d8 | |
| parent | 3bccb672316415d54baf306a1084003b8796e94a (diff) | |
| parent | a3e200d0115d35c710abe28e69addc8ee68a0d2c (diff) | |
Merge pull request #2160 from Nigecat/main
Fix typo in embassy-net docs
| -rw-r--r-- | embassy-net/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md index 7bb2283c4..52d048e6a 100644 --- a/embassy-net/README.md +++ b/embassy-net/README.md | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated | 5 | It builds on [`smoltcp`](https://github.com/smoltcp-rs/smoltcp). It provides a higher-level and more opinionated |
| 6 | API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and | 6 | API. It glues together the components provided by `smoltcp`, handling the low-level details with defaults and |
| 7 | memory management designed to work well for embedded systems, aiiming for a more "Just Works" experience. | 7 | memory management designed to work well for embedded systems, aiming for a more "Just Works" experience. |
| 8 | 8 | ||
| 9 | ## Features | 9 | ## Features |
| 10 | 10 | ||
