repl: update a comment

This commit is contained in:
Brian Carroll 2022-02-03 12:08:32 +00:00
parent 5904bb05ad
commit 8df69d856c

View file

@ -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))
} }