Skip to content

Commit f909373

Browse files
committed
Merge pull request #2790 from BasThomas/patch-1
[gardening] Fixed missing syntax highlighting in changelog
2 parents d53b5b2 + a37de2c commit f909373

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
@@ -210,7 +210,7 @@ Swift 3.0
210210
* Generic signatures can now contain superclass requirements with generic
211211
parameter types, for example:
212212

213-
```
213+
```swift
214214
func f<Food : Chunks<Meat>, Meat : Molerat>(f: Food, m: Meat) {}
215215
```
216216

0 commit comments

Comments
 (0)