Skip to content

Commit 405a267

Browse files
authored
Fix doc comment of Span (#84418)
1 parent 949bb3d commit 405a267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Span/Span.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ extension Span where Element: BitwiseCopyable {
292292
///
293293
/// - Parameters:
294294
/// - pointer: a pointer to the first initialized element.
295-
/// - byteCount: the number of initialized elements in the span.
295+
/// - byteCount: the number of bytes in the span.
296296
@_alwaysEmitIntoClient
297297
@lifetime(borrow pointer)
298298
@unsafe

0 commit comments

Comments
 (0)