Skip to content

Commit 423bee6

Browse files
authored
Merge pull request #18405 from Azoy/patch-1
[Docs] Fix minor code typo in SILProgrammersManual.md
2 parents 9670a71 + d003749 commit 423bee6

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
@@ -45,7 +45,7 @@ positions in several different contexts:
4545
Consider the example:
4646

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

0 commit comments

Comments
 (0)