We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949bb3d commit 405a267Copy full SHA for 405a267
stdlib/public/core/Span/Span.swift
@@ -292,7 +292,7 @@ extension Span where Element: BitwiseCopyable {
292
///
293
/// - Parameters:
294
/// - pointer: a pointer to the first initialized element.
295
- /// - byteCount: the number of initialized elements in the span.
+ /// - byteCount: the number of bytes in the span.
296
@_alwaysEmitIntoClient
297
@lifetime(borrow pointer)
298
@unsafe
0 commit comments