From 5bcc56ba0dbcd5c8ebbb4347bf21e9bc80aaff43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Rapacz?= <119517912+pawelrapacz@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:39:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a1ba0..a87e4ad 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ int main(int argc, char** argv) { | `make_help()` | returns help page | `std::string` | | `make_version_info()` | returns version information | `std::string` | | `parse(argc, argv)` | parses command line arguments | `bool` (`true` if successful, `false` otherwise) | -| `wrong` | `const std::vector` that contains parsing errors | | +| `wrong` | `const std::vector&` that contains parsing errors | |