Skip to content

Commit ce183b5

Browse files
authored
Merge pull request swiftlang#58558 from philipturner/patch-37
[ChangeLog] Add missing language mode for code block
2 parents 745cf50 + 3f58519 commit ce183b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
9393
in places that would previously fail because `any` types do not conform
9494
to their protocols. For example:
9595

96-
```
96+
```swift
9797
protocol P {
9898
associatedtype A
9999
func getA() -> A

0 commit comments

Comments
 (0)