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.
2 parents 00ed3e1 + 0e5d186 commit cf32708Copy full SHA for cf32708
stdlib/public/core/Integers.swift
@@ -1829,7 +1829,7 @@ extension BinaryInteger {
1829
/// // Prints "0b11001001"
1830
///
1831
/// The `binaryString` implementation uses the static `bitWidth` property and
1832
-/// the right shift operator (`<<`), both of which are available to any type
+/// the right shift operator (`>>`), both of which are available to any type
1833
/// that conforms to the `FixedWidthInteger` protocol.
1834
1835
/// The next example declares a generic `squared` function, which accepts an
0 commit comments