Skip to content

Commit 8bf3691

Browse files
authored
Merge pull request #31240 from valeriyvan/patch-4
2 parents 39ddc67 + b6e4667 commit 8bf3691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafeRawBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
/// var destBytes = someBytes[0..<n]
8080
///
8181
/// Next, the bytes referenced by `destBytes` are copied into `byteArray`, a
82-
/// new `[UInt]` array, and then the remainder of `someBytes` is appended to
82+
/// new `[UInt8]` array, and then the remainder of `someBytes` is appended to
8383
/// `byteArray`:
8484
///
8585
/// var byteArray: [UInt8] = Array(destBytes)

0 commit comments

Comments
 (0)