about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
Diffstat (limited to '400.mu')
-rw-r--r--400.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/400.mu b/400.mu
index 3e98822b..b51d111f 100644
--- a/400.mu
+++ b/400.mu
@@ -109,8 +109,8 @@ sig skip-until-close-paren line: (addr stream byte)
 #sig skip-until-close-paren-in-slice curr: (addr byte), end: (addr byte) -> curr/eax: (addr byte)
 sig write-stream-data f: (addr buffered-file), s: (addr stream byte)
 sig write-int32-decimal out: (addr stream byte), n: int
-sig is-decimal-digit? c: byte -> result/eax: boolean
-sig to-decimal-digit in: byte -> out/eax: int
+sig is-decimal-digit? c: grapheme -> result/eax: boolean
+sig to-decimal-digit in: grapheme -> out/eax: int
 sig next-word line: (addr stream byte), out: (addr slice)
 sig has-metadata? word: (addr slice), s: (addr string) -> result/eax: boolean
 sig is-valid-name? in: (addr slice) -> result/eax: boolean