Skip to content

Commit b8eac98

Browse files
authored
[NFC] Enable Swift highlighting in docs/SILProgrammersManual.md
1 parent 1f0ecc6 commit b8eac98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SILProgrammersManual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ positions in several different contexts:
4444

4545
Consider the example:
4646

47-
```
47+
```swift
4848
func example<T>(i: Int, t: T) -> (Int, T) {
4949
let foo = { return ($0, t) }
5050
return foo(i)

0 commit comments

Comments
 (0)