Skip to content

Commit 265b272

Browse files
authored
Merge pull request #31765 from amartini51/master
Remove stray backtick in doc comment.
2 parents 8829a14 + 7108978 commit 265b272

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)