Skip to content

Commit 63e7b05

Browse files
style: pre-commit.ci fixes
1 parent 7b34280 commit 63e7b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,8 +1427,8 @@ CLI11 supports Unicode and wide strings as defined in the
14271427
14281428
When using the command line on Windows with unicode arguments, your `main`
14291429
function may already receive broken Unicode. Parsing `argv` at that point will
1430-
not give you a correct string. To fix this, you have three options; the first
1431-
is recommended for cross-platform support:
1430+
not give you a correct string. To fix this, you have three options; the first is
1431+
recommended for cross-platform support:
14321432
14331433
1\. Replace `argv` with `app.ensure_utf8(argv)` before any arguments are parsed.
14341434
`ensure_utf8` will do nothing on systems where `argv` is already in UTF-8 (Such

0 commit comments

Comments
 (0)