Skip to content

Commit 04888f3

Browse files
committed
[gardening] typo fix
1 parent 11d3d8c commit 04888f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafeBufferPointerSlice.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ extension Slice {
865865
@_alwaysEmitIntoClient
866866
public func withMemoryRebound<T, Result, Element>(
867867
to type: T.Type, _ body: (UnsafeMutableBufferPointer<T>) throws -> Result
868-
) rethrows -> Result where Base == UnsafeMutableBufferPointer<Element>{
868+
) rethrows -> Result where Base == UnsafeMutableBufferPointer<Element> {
869869
try Base(rebasing: self).withMemoryRebound(to: T.self, body)
870870
}
871871

0 commit comments

Comments
 (0)