Skip to content

Commit 6241006

Browse files
committed
Fix doc comment to match parameter type
1 parent c987ea9 commit 6241006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Span/OutputRawSpan.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ extension OutputRawSpan {
106106
/// memory.
107107
///
108108
/// - Parameters:
109-
/// - buffer: an `UnsafeMutableBufferPointer` to be initialized
109+
/// - buffer: an `UnsafeMutableRawBufferPointer` to be initialized
110110
/// - initializedCount: the number of initialized bytes
111111
/// at the beginning of `buffer`.
112112
@unsafe
@@ -139,7 +139,7 @@ extension OutputRawSpan {
139139
/// memory.
140140
///
141141
/// - Parameters:
142-
/// - buffer: an `UnsafeMutableBufferPointer` to be initialized
142+
/// - buffer: a `Slice<UnsafeMutableRawBufferPointer>` to be initialized
143143
/// - initializedCount: the number of initialized bytes
144144
/// at the beginning of `buffer`.
145145
@unsafe

0 commit comments

Comments
 (0)