Skip to content

Commit

Permalink
Update swiftwinrt/Resources/Support/Array+toVector.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Labelle <tristan@thebrowser.company>
  • Loading branch information
sherryshao and tristanlabelle authored Nov 27, 2023
1 parent d5529e3 commit 0d94242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftwinrt/Resources/Support/Array+toVector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension ArrayVectorView {

class ArrayIterator<T>: IIterator {
typealias Element = T
private var storage: Array<T>
private let storage: Array<T>
private var index: Int = 0
init(_ storage: Array<T>){
self.storage = storage
Expand Down

0 comments on commit 0d94242

Please sign in to comment.