Skip to content

Commit 590eadb

Browse files
Update CHANGELOG.md
Co-authored-by: Ben Rimmington <[email protected]>
1 parent b077851 commit 590eadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
4040
public func alignedUp<T>(for: T.type) -> UnsafeRawPointer
4141
public func alignedDown<T>(for: T.type) -> UnsafeRawPointer
4242
public func alignedUp(toMultipleOf alignment: Int) -> UnsafeRawPointer
43-
public func alignedDown(toMultipleOf alignment: Int) -> UnsafeRawPointer
43+
public func alignedDown(toMultipleOf alignment: Int) -> UnsafeRawPointer
4444
}
4545
```
4646
- It is now possible to use a pointer to `struct` to obtain a pointer to one

0 commit comments

Comments
 (0)