Skip to content

Commit 9f18130

Browse files
authored
Merge pull request #31518 from MaxDesiatov/patch-2
2 parents 35abbe4 + b8eac98 commit 9f18130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SILProgrammersManual.md

Lines changed: 1 addition & 1 deletion
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)