Skip to content

Commit be8a4ec

Browse files
committed
CHANGELOG: Add missing language mode for code block
1 parent 144be6c commit be8a4ec

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
@@ -114,7 +114,7 @@ _**Note:** This is in reverse chronological order, so newer entries are added to
114114
It's now possible to use a default value expression with a generic parameter type
115115
to default the argument and its type:
116116

117-
```
117+
```swift
118118
func compute<C: Collection>(_ values: C = [0, 1, 2]) {
119119
...
120120
}

0 commit comments

Comments
 (0)