Skip to content

Commit 17d5c3a

Browse files
committed
Update InlineArray.swift
1 parent 5852979 commit 17d5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/InlineArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ extension InlineArray where Element: ~Copyable {
137137
@_transparent
138138
internal var _protectedMutableAddress: UnsafeMutablePointer<Element> {
139139
mutating get {
140-
unsafe UnsafeMutablePointer<Element>(Builtin.addressOf(&self))
140+
unsafe UnsafeMutablePointer<Element>(Builtin.addressof(&self))
141141
}
142142
}
143143

0 commit comments

Comments
 (0)