From 32031ac6e77e30817c2f65ba11b1ccda07d564f9 Mon Sep 17 00:00:00 2001 From: Cesar Blum Date: Thu, 17 Dec 2020 15:33:12 -0800 Subject: [PATCH] Fix copy & paste mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e11a3..4887006 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ write a more powerful interpreter that can parse numbers. | `+` | ( x y -- z ) | Sum the two numbers at the top of the stack | | `nand` | ( x y -- z ) | NAND the two numbers at the top of the stack | | `exit` | ( r:addr -- ) | Pop return stack and resume execution at addr | -| `key` | ( -- x ) | Read key stroke as ASCII character) | +| `key` | ( -- x ) | Read key stroke as ASCII character | | `emit` | ( x -- ) | Print low byte of x as an ASCII character | ### Variables