Fix comment

This commit is contained in:
Richard Feldman 2022-02-11 21:25:08 -05:00 committed by GitHub
parent f47dbb5171
commit e1cc4cbde6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5484,7 +5484,7 @@ fn run_low_level<'a, 'ctx, 'env>(
list_single(env, arg, arg_layout)
}
ListRepeat => {
// List.repeat : elem, Int -> List elem
// List.repeat : elem, Nat -> List elem
debug_assert_eq!(args.len(), 2);
let (elem, elem_layout) = load_symbol_and_layout(scope, &args[0]);