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 9cf75f3 commit 0e5d186Copy full SHA for 0e5d186
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