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 8c0e493 commit 7108978Copy full SHA for 7108978
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