We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bb8b9 commit 90aa68dCopy full SHA for 90aa68d
TSPL.docc/LanguageGuide/Generics.md
@@ -1953,7 +1953,7 @@ How do you read a parameter pack at its call site?
1953
A pack that's made up of types is called a *type pack*.
1954
A pack that's made up of values is called a *value pack*.
1955
1956
-- A value pack provides the types for a value pack.
+- A type pack provides the types for a value pack.
1957
The corresponding types and values appear at the same positions
1958
in their respective packs.
1959
0 commit comments