Skip to content

Commit 844cce7

Browse files
authored
Merge pull request #10809 from uunlu/master
2 parents 6214c15 + f441f53 commit 844cce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafePointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
/// example binds the memory referenced by `uint8Pointer` to one instance of
109109
/// the `UInt64` type:
110110
///
111-
/// let uint64Pointer = Unsafe${Mutable}RawPointer(uint64Pointer)
111+
/// let uint64Pointer = Unsafe${Mutable}RawPointer(uint8Pointer)
112112
/// .bindMemory(to: UInt64.self, capacity: 1)
113113
///
114114
/// After rebinding the memory referenced by `uint8Pointer` to `UInt64`,

0 commit comments

Comments
 (0)