shithub: MicroHs

Download patch

ref: db36f3938a3056c360396c8bf8663f846dd153b9
parent: 844cdf46e5d4e5e4962e858dda77e74e75eb4311
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Thu Sep 21 11:00:12 EDT 2023

Typo.

--- a/README.md
+++ b/README.md
@@ -112,8 +112,8 @@
 
 * `:quit` Quit the interactive system
 * `:clear` Clear all definitions
-* `:del STR` Delete all lines that begin with `STR`
-* `expr` Evaluate expression. ***NOTE*** Currently only expressions of type `Int` as allowed.
+* `:del STR` Delete all definitions that begin with `STR`
+* `expr` Evaluate expression. ***NOTE*** Currently only expressions of type `Int` are allowed.
 * `defn` Add definition (can also be an `import`)
 
 ## Runtime
--