mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 20:36:20 -04:00
Update subprocess.hpp
fixed typo in comment
This commit is contained in:
parent
a5cc965f72
commit
a184ff9dde
@ -287,7 +287,7 @@ namespace util
|
||||
* delimiters provided.
|
||||
* [in] deleims : Delimiter characters based upon which the string needs
|
||||
* to be split. Default constructed to ' '(space) and '\t'(tab)
|
||||
* [out] vector<string> : Vector of strings split at deleimiter.
|
||||
* [out] vector<string> : Vector of strings split at delimiter.
|
||||
*/
|
||||
static inline std::vector<std::string>
|
||||
split(const std::string& str, const std::string& delims=" \t")
|
||||
|
Loading…
x
Reference in New Issue
Block a user