Skip to content

Commit bc3a9d2

Browse files
authored
Merge pull request #41392 from amartini51/UnsafeMutableRawBufferPointer_storeBytes_88982081
Add missing parameter in doc comment.
2 parents 612ef08 + fa04ef5 commit bc3a9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/UnsafeRawBufferPointer.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ extension Unsafe${Mutable}RawBufferPointer {
400400
/// bound type of the memory.
401401
///
402402
/// - Parameters:
403+
/// - value: The value to store as raw bytes.
403404
/// - offset: The offset in bytes into the buffer pointer's memory to begin
404405
/// reading data for the new instance. The buffer pointer plus `offset`
405406
/// must be properly aligned for accessing an instance of type `T`. The

0 commit comments

Comments
 (0)