Skip to content

Commit 2b550b7

Browse files
committed
Fix ChangeLog entry for SE-0313
1 parent c81c5b6 commit 2b550b7

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
@@ -15,7 +15,7 @@ Swift 5.5
1515
```swift
1616
actor Account: Hashable {
1717
let idNumber: Int
18-
let balance: Double
18+
var balance: Double
1919

2020
nonisolated func hash(into hasher: inout Hasher) { // okay, non-isolated satisfies synchronous requirement
2121
hasher.combine(idNumber) // okay, can reference idNumber from outside the let

0 commit comments

Comments
 (0)