Skip to content

Commit c49b171

Browse files
authored
Merge pull request #4918 from superlopuh/master
2 parents 7c2bdd8 + c3b13bd commit c49b171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/UnsafeRawPointer.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public struct Unsafe${Mutable}RawPointer : Strideable, Hashable, _Pointer {
190190
/// unspecified capacity.
191191
///
192192
/// - Warning: Accessing memory via the returned pointer is undefined if the
193-
/// if the memory has not been bound to `T`.
193+
/// memory has not been bound to `T`.
194194
@_transparent
195195
public func assumingMemoryBound<T>(to: T.Type) -> Unsafe${Mutable}Pointer<T> {
196196
return Unsafe${Mutable}Pointer<T>(_rawValue)

0 commit comments

Comments
 (0)