mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
repl: update a comment
This commit is contained in:
parent
5904bb05ad
commit
8df69d856c
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ fn jit_to_ast_help<'a, A: ReplApp>(
|
||||||
|
|
||||||
let result = match int_width {
|
let result = match int_width {
|
||||||
U8 | I8 => {
|
U8 | I8 => {
|
||||||
// NOTE: this is does not handle 8-bit numbers yet
|
// NOTE: `helper!` does not handle 8-bit numbers yet
|
||||||
env.app
|
env.app
|
||||||
.call_function(main_fn_name, |num: u8| byte_to_ast(env, num, content))
|
.call_function(main_fn_name, |num: u8| byte_to_ast(env, num, content))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue