Skip to content

Commit aabf2e2

Browse files
glessardstevapple
andauthored
Update stdlib/public/core/UnsafeBufferPointer.swift.gyb
Co-authored-by: YR Chen <[email protected]>
1 parent 285984e commit aabf2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ extension Unsafe${Mutable}BufferPointer {
749749
@inlinable
750750
@_alwaysEmitIntoClient
751751
@available(*, deprecated, renamed: "update(repeating:)")
752-
@_silgen_name("_swift_se0370_UnsageMutableBufferPointer_assign_repeating")
752+
@_silgen_name("_swift_se0370_UnsafeMutableBufferPointer_assign_repeating")
753753
public func assign(repeating repeatedValue: Element) {
754754
update(repeating: repeatedValue)
755755
}

0 commit comments

Comments
 (0)