From 602e8efd91ec476a6048817052fc90660715198b Mon Sep 17 00:00:00 2001 From: Thomas Mulvaney Date: Mon, 24 Aug 2015 10:01:06 +0100 Subject: Update README.md s/treading/threading--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3e580684a..a452cf6c1 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The mechanism hasn't been added yet to the language (mainly because there's only ### Macros Unlike in most other lisps, Lux macros are monadic. -The **(Lux a)** type is the one responsibly for the magic by treading **Compiler** instances through macros. +The **(Lux a)** type is the one responsibly for the magic by threading **Compiler** instances through macros. Macros must have the **Macro** type and then be declared as macros. However, just using the **defmacro** macro will take care of it for you. -- cgit v1.2.3