diff --git a/content/software/smoltcp.md b/content/software/smoltcp.md index 6ca14b2..7c056b6 100644 --- a/content/software/smoltcp.md +++ b/content/software/smoltcp.md @@ -21,7 +21,7 @@ Its design goals are simplicity and robustness. Its design anti-goals include co smoltcp does not need heap allocation at all, is extensively documented, and compiles on stable Rust 1.20 and later. It is used in embedded systems such as the ARTIQ core device and ionpak. -smoltcp achieves \~Gbps of throughput when tested against the Linux TCP stack in loopback mode. +smoltcp achieves ~Gbps of throughput when tested against the Linux TCP stack in loopback mode. The source code is available on GitHub.