Skip to content

Commit a4fac80

Browse files
authored
Update CHANGELOG.md
1 parent eae9b4e commit a4fac80

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
@@ -26,7 +26,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
2626
}
2727
```
2828

29-
In Swift 5 language modes, implicit `self` is permitted for `weak self` captures in _non-escaping_ closures even before `self` is unwrapped. For example, this code compiles successfully in Swift 5 language modes:
29+
In Swift 5 language modes, implicit `self` is permitted for `weak self` captures in _non-escaping_ closures even before `self` is unwrapped. For example, this code compiles successfully in Swift 5 language mode:
3030

3131
```swift
3232
class ExampleClass {

0 commit comments

Comments
 (0)