commit: ccf9703293753090a848d2214f6c730719c00263
parent 438d5c15d078b4240c7305b57bf2ee7bff9a82c4
Author: Drew DeVault <sir@cmpwn.com>
Date: Wed, 15 Jun 2022 13:54:52 +0200
typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/Status-update-June-2022.md b/content/blog/Status-update-June-2022.md
@@ -58,7 +58,7 @@ cross-compiling, which you can try out with `hare build -t riscv64` or something
similar. The major outstanding pain point here is that the Hare cache is not
arch-aware, so you need to `rm -rf ~/.cache/hare` each time you switch
architectures for now. We now have complex number support, as well as
-improvements to enconding::json and net::uri.
+improvements to encoding::json and net::uri.
![A screenshot of a fractal rendered with the aid of Hare's new complex number
support](https://l.sr.ht/Do-Q.png)