diff --git a/Library/Hylo/Array.hylo b/Library/Hylo/Array.hylo index 4a97d7993..4a137c57b 100644 --- a/Library/Hylo/Array.hylo +++ b/Library/Hylo/Array.hylo @@ -43,7 +43,7 @@ public type Array : 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 )