Skip to content

Commit 1110189

Browse files
[gardening] Fix typos.
1 parent 69b0f62 commit 1110189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdlib/public/core/UnsafeRawBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
///
6666
/// Example (continued):
6767
/// ```swift
68-
/// // Copy a another slice of memory back into the original slice.
68+
/// // Copy another slice of memory back into the original slice.
6969
/// destBytes[0..<n] = someBytes[m..<(m+n)]
7070
/// ```
7171
///

test/stdlib/UnsafeRawBufferPointer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ UnsafeRawBufferPointerTestSuite.test("empty") {
100100
}
101101

102102
// Store a sequence of integers to raw memory, and reload them as structs.
103-
// Strore structs to raw memory, and reload them as integers.
103+
// Store structs to raw memory, and reload them as integers.
104104
UnsafeRawBufferPointerTestSuite.test("reinterpret") {
105105
struct Pair {
106106
var x: Int32

0 commit comments

Comments
 (0)