Skip to content

Commit 81cde0c

Browse files
authored
Merge pull request #41006 from apple/maxd/changelog
2 parents 20047a2 + 2fa6406 commit 81cde0c

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
@@ -11,7 +11,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
1111
within a result type, including having multiple opaque types in the same
1212
result. For example:
1313

14-
```
14+
```swift
1515
func getSomeDictionary() -> [some Hashable: some Codable] {
1616
return [ 1: "One", 2: "Two" ]
1717
}

0 commit comments

Comments
 (0)