Skip to content

Commit 8e7475b

Browse files
authored
Merge pull request #12508 from glessard/patch-1
2 parents e7b002f + 515b455 commit 8e7475b

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
@@ -201,7 +201,7 @@ public struct Unsafe${Mutable}BufferPointer<Element>
201201
///
202202
%if Mutable:
203203
/// The following example uses the buffer pointer's subscript to access and
204-
/// modifying the elements of a mutable buffer pointing to the contiguous
204+
/// modify the elements of a mutable buffer pointing to the contiguous
205205
/// contents of an array:
206206
///
207207
/// var numbers = [1, 2, 3, 4, 5]

0 commit comments

Comments
 (0)