Skip to content

Commit c0e2f08

Browse files
committed
Add missing backtick.
Fixes rdar://problem/58855960
1 parent 97d8c99 commit c0e2f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Integers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public protocol BinaryInteger :
696696
/// A type that represents the words of a binary integer.
697697
///
698698
/// The `Words` type must conform to the `RandomAccessCollection` protocol
699-
/// with an `Element` type of `UInt` and `Index` type of `Int.
699+
/// with an `Element` type of `UInt` and `Index` type of `Int`.
700700
associatedtype Words: RandomAccessCollection
701701
where Words.Element == UInt, Words.Index == Int
702702

0 commit comments

Comments
 (0)