88f0e0d8b891
Typo
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 19 Dec 2016 13:21:27 -0500 |
parents | 83558c9af4a9 |
children | 8685d199303f |
branches/tags | (none) |
files | content/blog/2016/12/chip8-cpu.markdown |
Changes
--- a/content/blog/2016/12/chip8-cpu.markdown Mon Dec 19 13:19:59 2016 -0500 +++ b/content/blog/2016/12/chip8-cpu.markdown Mon Dec 19 13:21:27 2016 -0500 @@ -1090,7 +1090,7 @@ ### Macro-Map -Instead of typing the same thing over and over, we'd like to just say when we +Instead of typing the same thing over and over, we'd like to just say what we want once. The traditional way to do this is with `macrolet`: ```lisp