Skip to content

Commit a368177

Browse files
glessardktoso
authored andcommitted
Typo fix in SE-0334 proposal document
1 parent f2fea6a commit a368177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0334-pointer-usability-improvements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ extension UnsafeMutableRawPointer {
275275
/// - Parameters:
276276
/// - type: the type to be stored at the returned address.
277277
/// - Returns: a pointer properly aligned to store a value of type `T`.
278-
public func alingedDown<T>(for type: T.Type) -> UnsafeMutableRawPointer
278+
public func alignedDown<T>(for type: T.Type) -> UnsafeMutableRawPointer
279279

280280
/// Obtain the next pointer whose bit pattern is a multiple of `alignment`.
281281
///

0 commit comments

Comments
 (0)