mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix comment
This commit is contained in:
parent
f47dbb5171
commit
e1cc4cbde6
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue