Skip to content

Commit bdfc10d

Browse files
committed
Fix repeated text
(cherry picked from commit 3928ddf)
1 parent 637a043 commit bdfc10d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ extension UnsafeMutableBufferPointer {
12091209
}
12101210

12111211
extension UnsafeMutableBufferPointer where Element: ~Copyable {
1212-
/// Updates this buffer's initialized memory initialized memory by moving
1212+
/// Updates this buffer's initialized memory by moving
12131213
/// every element from the source buffer, leaving the source memory
12141214
/// uninitialized.
12151215
///

stdlib/public/core/UnsafeBufferPointerSlice.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ extension Slice {
949949
return unsafe startIndex.advanced(by: distance)
950950
}
951951

952-
/// Updates this buffer slice's initialized memory initialized memory by
952+
/// Updates this buffer slice's initialized memory by
953953
/// moving every element from the source buffer,
954954
/// leaving the source memory uninitialized.
955955
///

0 commit comments

Comments
 (0)