Merge pull request #58558 from philipturner/patch-37

[ChangeLog] Add missing language mode for code block
This commit is contained in:
swift-ci
2022-04-30 15:48:24 -07:00
committed by GitHub

View File

@@ -93,7 +93,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
in places that would previously fail because `any` types do not conform
to their protocols. For example:
```
```swift
protocol P {
associatedtype A
func getA() -> A