Skip to content

Commit d003749

Browse files
authored
[Docs] Fix minor code typo in SILPro..Man..md
1 parent d71ebcd commit d003749

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)