mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Update a comment
This commit is contained in:
parent
145f75d72b
commit
fe01a9ce0f
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ pub fn list_reverse<'a, 'ctx, 'env>(
|
|||
|
||||
list_reverse_help(env, parent, InPlace::Clone, length, list_ptr, new_list_ptr);
|
||||
|
||||
// store NULL pointer there
|
||||
// store new list pointer there
|
||||
builder.build_store(result, new_list_ptr);
|
||||
builder.build_unconditional_branch(cont_block);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue