Minor typo in README.md

This commit is contained in:
Blake-Madden 2023-11-22 20:33:51 -05:00 committed by GitHub
parent 78b90d8f0c
commit 9788843092
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ therefore, `-o false` does not work.
## `std::vector<T>` values ## `std::vector<T>` values
Parsing of list of values in form of an `std::vector<T>` is also supported, as long as `T` Parsing of list of values in form of a `std::vector<T>` is also supported, as long as `T`
can be parsed. To separate single values in a list the definition `CXXOPTS_VECTOR_DELIMITER` can be parsed. To separate single values in a list the definition `CXXOPTS_VECTOR_DELIMITER`
is used, which is ',' by default. Ensure that you use no whitespaces between values because is used, which is ',' by default. Ensure that you use no whitespaces between values because
those would be interpreted as the next command line option. Example for a command line option those would be interpreted as the next command line option. Example for a command line option