Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
camio committed Sep 12, 2023
1 parent 040ab75 commit 64d5065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Hylo/Array.hylo
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public type Array<Element: Movable> : Deinitializable {
var f = new_storage.first_element_address()
while( i < count() ) {
f.unsafe_initialize_pointee( fun(_ x:set Element) -> Void {
&x = &e.unsafe[]
&x = e.unsafe[]
} )

&e = e.advance( by: 1 )
Expand Down

0 comments on commit 64d5065

Please sign in to comment.