Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stdlib/public/core/UnsafeBufferPointer.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ extension UnsafeMutableBufferPointer {
}

extension UnsafeMutableBufferPointer where Element: ~Copyable {
/// Updates this buffer's initialized memory initialized memory by moving
/// Updates this buffer's initialized memory by moving
/// every element from the source buffer, leaving the source memory
/// uninitialized.
///
Expand Down
2 changes: 1 addition & 1 deletion stdlib/public/core/UnsafeBufferPointerSlice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ extension Slice {
return unsafe startIndex.advanced(by: distance)
}

/// Updates this buffer slice's initialized memory initialized memory by
/// Updates this buffer slice's initialized memory by
/// moving every element from the source buffer,
/// leaving the source memory uninitialized.
///
Expand Down