Skip to content

Commit b1082d4

Browse files
valeriyvanglessard
andauthored
Update stdlib/public/core/Span/RawSpan.swift
Co-authored-by: Guillaume Lessard <[email protected]>
1 parent e49050a commit b1082d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Span/RawSpan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ extension RawSpan {
295295
///
296296
/// - Parameters:
297297
/// - pointer: a pointer to the first initialized byte.
298-
/// - count: the number of initialized bytes in the span.
298+
/// - count: the number of initialized elements in the span.
299299
@unsafe
300300
@_alwaysEmitIntoClient
301301
@lifetime(borrow pointer)

0 commit comments

Comments
 (0)