Skip to content

Commit 742edf9

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

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
@@ -250,7 +250,7 @@ U := {Float, Double, Character}
250250
Then the substituted return type becomes a pair of function types:
251251

252252
```swift
253-
((Int) -> (Float, Double, Character), (String) -> (Float, Double, Character)>
253+
((Int) -> (Float, Double, Character), (String) -> (Float, Double, Character))
254254
```
255255

256256
Note that the entire replacement type pack for `U` was flattened in each repetition of the pattern type; we did not expand "across" `U`.

0 commit comments

Comments
 (0)