diff --git a/docs/support-for-type-packs-in-user-defined-type-functions.md b/docs/support-for-type-packs-in-user-defined-type-functions.md index 2d5b45c..a45cb77 100644 --- a/docs/support-for-type-packs-in-user-defined-type-functions.md +++ b/docs/support-for-type-packs-in-user-defined-type-functions.md @@ -97,7 +97,7 @@ type a = f<(string, number), ...number> | New/Update | Library Functions | Return Type | Description | | ------------- | ------------- | ------------- | ------------- | -| New | `pack(packs: {type} isvariadic: boolean?)` | `type` | returns an immutable instance of a type pack; when `isvariadic` is true, `packs` table can only have one type. | +| New | `pack(types: {type} isvariadic: boolean?)` | `type` | returns an immutable instance of a type pack; when `isvariadic` is true, `packs` table can only have one type. | | Update | `newfunction(parameters: { head: {type}?, tail: type? }, returns: { head: {type}?, tail: type? }, generics: {type}?)` | `type` | `tail` arguments can now accept variadic packs. ### `type` Instance