about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 12:25:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 12:25:17 -0700
commitb221d17f03fc22477646a675962e4be6e4b9c872 (patch)
treebc28fcee226a2d82466d567613de3006b5897a3c
parent1de8526e0c264974523c3c8043ee55965d507902 (diff)
downloadmu-b221d17f03fc22477646a675962e4be6e4b9c872.tar.gz
.
-rw-r--r--tutorial/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md
index 0b24f5ac..2fcc7c65 100644
--- a/tutorial/index.md
+++ b/tutorial/index.md
@@ -510,7 +510,9 @@ receives a keyboard object as the second argument of `main`:
 
 ```
 fn main screen: (addr screen), keyboard: (addr keyboard) {
-  # TODO: read a key from keyboard
+  # edit in here {
+
+  # }
 }
 ```