mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #58558 from philipturner/patch-37
[ChangeLog] Add missing language mode for code block
This commit is contained in:
@@ -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
|
in places that would previously fail because `any` types do not conform
|
||||||
to their protocols. For example:
|
to their protocols. For example:
|
||||||
|
|
||||||
```
|
```swift
|
||||||
protocol P {
|
protocol P {
|
||||||
associatedtype A
|
associatedtype A
|
||||||
func getA() -> A
|
func getA() -> A
|
||||||
|
|||||||
Reference in New Issue
Block a user