Skip to content

Commit 39e2d13

Browse files
committed
[docs] fix an old typo
1 parent 8b0ee8f commit 39e2d13

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
@@ -457,7 +457,7 @@ extension Unsafe${Mutable}RawBufferPointer {
457457
/// - Parameters:
458458
/// - value: The value to store as raw bytes.
459459
/// - offset: The offset in bytes into the buffer pointer's memory to begin
460-
/// reading data for the new instance. The default is zero.
460+
/// writing bytes from the value. The default is zero.
461461
/// - type: The type to use for the newly constructed instance. The memory
462462
/// must be initialized to a value of a type that is layout compatible
463463
/// with `type`.

0 commit comments

Comments
 (0)