shithub: MicroHs

Download patch

ref: 8c1aa2102608014b1f88aeba30c78e1f7bf40f67
parent: 6ad90611a215686eab37fd3bbd970398dfa7bbb3
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Jan 1 13:13:28 EST 2024

Fix typo

--- a/README.md
+++ b/README.md
@@ -276,7 +276,7 @@
 with other word sizes, but they should be easy to fix.
 
 The `src/runtime/` directory contains configuration files for different platform.
-Use the appropriate `src/runtime/eval-`*platform*`.c.
+Use the appropriate `src/runtime/eval-`*platform*`.c`.
 
 ## Bootstrapping
 The compiler can compile itself.  To replace `bin/mhs` with a new version,
--