Skip to content

Commit 36cb211

Browse files
committed
Changelog: reword blurb about SE-0429
(cherry picked from commit 113e811)
1 parent 28e0d38 commit 36cb211

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
@@ -259,8 +259,7 @@ And the module structure to support such applications looks like this:
259259
```
260260

261261
* [SE-0429][]:
262-
Certain types that contain noncopyable fields, such as those without a deinit,
263-
can now be consumed field-by-field:
262+
The noncopyable fields of certain types can now be consumed individually:
264263

265264
```swift
266265
struct Token: ~Copyable {}

0 commit comments

Comments
 (0)