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.
2 parents 8829a14 + 7108978 commit 265b272Copy full SHA for 265b272
stdlib/public/core/UnsafeBufferPointer.swift.gyb
@@ -616,7 +616,7 @@ extension Unsafe${Mutable}BufferPointer {
616
/// - repeatedValue: The instance to assign this buffer's memory to.
617
///
618
/// Warning: All buffer elements must be initialized before calling this.
619
- /// Assigning to part of the buffer must be done using the `assign(repeating:count:)``
+ /// Assigning to part of the buffer must be done using the `assign(repeating:count:)`
620
/// method on the buffer’s `baseAddress`.
621
@inlinable // unsafe-performance
622
public func assign(repeating repeatedValue: Element) {
0 commit comments