about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-05 21:09:42 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-05 21:09:42 -0700
commit21387ef514e1fa91f8f10f0a5089cc4bc66f3c18 (patch)
tree1882fc5775fa4aed339f3550e75f8f1d997d0f02 /400.mu
parent6833b4542c3c9880eb3698ce58428ba992fd6062 (diff)
downloadmu-21387ef514e1fa91f8f10f0a5089cc4bc66f3c18.tar.gz
6963 - tile: more idiomatic conventional repl
Diffstat (limited to '400.mu')
-rw-r--r--400.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/400.mu b/400.mu
index 9f407565..93e6f03a 100644
--- a/400.mu
+++ b/400.mu
@@ -168,7 +168,7 @@ sig show-cursor-on-real-screen
 sig enable-keyboard-immediate-mode
 sig enable-keyboard-type-mode
 sig read-key-from-real-keyboard -> result/eax: grapheme
-sig read-line-from-real-keyboard in: (addr stream byte)
+sig read-line-from-real-keyboard out: (addr stream byte)
 sig open filename: (addr array byte), write?: boolean, out: (addr handle buffered-file)
 sig populate-buffered-file-containing contents: (addr array byte), out: (addr handle buffered-file)
 sig new-buffered-file out: (addr handle buffered-file)