shithub: MicroHs

Download patch

ref: fe190585071a15f13925d024b7bf6b788d28b68b
parent: 80e8fc323d9ed49fdce371e7241f5c09975263cb
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Fri Sep 22 08:06:42 EDT 2023

Typo.

--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@
    identical to `comb/mhs.comb`.
  * It is also possible to bake the combinator code into the binary.
    See `make` target `bin/cmhs` for how it is done.
- * For systems where `upx` works you can compress further compress
+ * For systems where `upx` works you can further compress
    the binary.  See `bin/umhs` target.
 
 **NOTE** The GC mark phase currently uses a ridiculously deep stack.
--