Skip to content

Commit 6953a7c

Browse files
committed
Update InlineArray.swift
1 parent 5ac3a65 commit 6953a7c

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
@@ -145,7 +145,7 @@ extension InlineArray where Element: ~Copyable {
145145
@_transparent
146146
internal var _protectedMutableAddress: UnsafeMutablePointer<Element> {
147147
mutating get {
148-
unsafe UnsafeMutablePointer<Element>(Builtin.addressOf(&self))
148+
unsafe UnsafeMutablePointer<Element>(Builtin.addressof(&self))
149149
}
150150
}
151151

0 commit comments

Comments
 (0)