From 62523d9e49236758f8162700d248eda465f126c9 Mon Sep 17 00:00:00 2001 From: Valeriy Van Date: Sat, 20 Sep 2025 18:55:11 +0200 Subject: [PATCH] Fix doc coment of Span --- stdlib/public/core/Span/Span.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/public/core/Span/Span.swift b/stdlib/public/core/Span/Span.swift index f4e84c9389455..fd930aea00706 100644 --- a/stdlib/public/core/Span/Span.swift +++ b/stdlib/public/core/Span/Span.swift @@ -292,7 +292,7 @@ extension Span where Element: BitwiseCopyable { /// /// - Parameters: /// - pointer: a pointer to the first initialized element. - /// - byteCount: the number of initialized elements in the span. + /// - byteCount: the number of bytes in the span. @_alwaysEmitIntoClient @lifetime(borrow pointer) @unsafe