about summary refs log tree commit diff stats
path: root/tutorial/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/index.md')
-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 {
+
+  # }
 }
 ```