Skip to content

Commit b254741

Browse files
authored
[Changelog] Change 'mutable property' to 'mutable variable'
1 parent 7691fbd commit b254741

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
@@ -71,7 +71,7 @@ Swift Next
7171
}
7272
```
7373

74-
**Workaround**: Define a new mutable property inside the setter that has a reference to `self`:
74+
**Workaround**: Define a new mutable variable inside the setter that has a reference to `self`:
7575

7676
```swift
7777
var anotherProperty1: Int {

0 commit comments

Comments
 (0)