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 fda424b commit f441f53Copy full SHA for f441f53
stdlib/public/core/UnsafePointer.swift.gyb
@@ -108,7 +108,7 @@
108
/// example binds the memory referenced by `uint8Pointer` to one instance of
109
/// the `UInt64` type:
110
///
111
-/// let uint64Pointer = Unsafe${Mutable}RawPointer(uint64Pointer)
+/// let uint64Pointer = Unsafe${Mutable}RawPointer(uint8Pointer)
112
/// .bindMemory(to: UInt64.self, capacity: 1)
113
114
/// After rebinding the memory referenced by `uint8Pointer` to `UInt64`,
0 commit comments