diff options
author | LuxLang | 2015-08-24 06:16:00 -0400 |
---|---|---|
committer | LuxLang | 2015-08-24 06:16:00 -0400 |
commit | e543739f21e03be7cc0192bf510f350f7065bfa5 (patch) | |
tree | 79a8007882b4a319d43f7ce5d3f72703fdd77ca4 | |
parent | 16822a82f6c983139db0ab2867fc86b98fa42c0b (diff) | |
parent | 602e8efd91ec476a6048817052fc90660715198b (diff) |
Merge pull request #10 from thomasmulvaney/patch-1
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |