Skip to content

Commit b6e4667

Browse files
authored
Fixes doc comment in UnsafeRawBufferPointer.swift.gyb
1 parent bc55dba commit b6e4667

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)