Skip to content

Commit 7108978

Browse files
committed
Remove stray backtick in doc comment.
Fixes <rdar://problem/63195315>
1 parent 8c0e493 commit 7108978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ extension Unsafe${Mutable}BufferPointer {
616616
/// - repeatedValue: The instance to assign this buffer's memory to.
617617
///
618618
/// 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:)``
619+
/// Assigning to part of the buffer must be done using the `assign(repeating:count:)`
620620
/// method on the buffer’s `baseAddress`.
621621
@inlinable // unsafe-performance
622622
public func assign(repeating repeatedValue: Element) {

0 commit comments

Comments
 (0)