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 97d8c99 commit c0e2f08Copy full SHA for c0e2f08
stdlib/public/core/Integers.swift
@@ -696,7 +696,7 @@ public protocol BinaryInteger :
696
/// A type that represents the words of a binary integer.
697
///
698
/// The `Words` type must conform to the `RandomAccessCollection` protocol
699
- /// with an `Element` type of `UInt` and `Index` type of `Int.
+ /// with an `Element` type of `UInt` and `Index` type of `Int`.
700
associatedtype Words: RandomAccessCollection
701
where Words.Element == UInt, Words.Index == Int
702
0 commit comments