Skip to content

Commit 113e811

Browse files
committed
Changelog: reword blurb about SE-0429
1 parent 62f058e commit 113e811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727

2828
* [SE-0429][]:
29-
Certain types that contain noncopyable fields, such as those without a deinit,
30-
can now be consumed field-by-field:
29+
The noncopyable fields of certain types can now be consumed individually:
3130

3231
```swift
3332
struct Token: ~Copyable {}

0 commit comments

Comments
 (0)