Skip to content

Commit d6d6eac

Browse files
hborlabeccadax
andauthored
Update proposals/NNNN-parameter-packs.md
Co-authored-by: Becca Royal-Gordon <[email protected]>
1 parent 967688d commit d6d6eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-parameter-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func makePairs<each First, each Second>(
124124
return (repeat Pair(each first, each second))
125125
}
126126

127-
let pairs = makePairs(firsts: 1, "hello" seconds: true, 1.0)
127+
let pairs = makePairs(firsts: 1, "hello", seconds: true, 1.0)
128128
// 'pairs' is '(Pair(1, true), Pair("hello", 2.0))'
129129
```
130130

0 commit comments

Comments
 (0)