mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-09-10 07:45:09 -04:00
Update subprocess.hpp
fixed typo in comment
This commit is contained in:
parent
a5cc965f72
commit
835656020b
@ -849,7 +849,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{};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user