Merge 835656020b30b48b43ab04f88bc1ddd947681884 into 2ef9f168d34d5f0573dd486629e8cf0218b189a9

This commit is contained in:
CrashOverride 2022-06-01 06:18:23 +09:00 committed by GitHub
commit e3e23ab395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -965,7 +965,7 @@ namespace detail {
// a variadic parameter pack
// This is particularly required to do a compile time
// checking of the arguments provided to 'check_ouput' function
// wherein the user is not expected to provide an 'ouput' option.
// wherein the user is not expected to provide an 'output' option.
template <typename... T> struct param_pack{};