mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
FIX: typo in README.txt
This commit is contained in:
parent
086c8f3db0
commit
634b1202b0
@ -609,7 +609,7 @@ The grammar follows `std::from_chars`, but does not exactly duplicate it. For ex
|
||||
| 'g' or 'G' | general form (either fixed or scientific) |
|
||||
| | |
|
||||
| 'd' | decimal |
|
||||
| 'i' | `std::from_chars` grammar with base == 0 |
|
||||
| 'i' | `std::from_chars` grammar with base == 10 |
|
||||
| 'o' | octal (unsigned) |
|
||||
| 'u' | decimal (unsigned) |
|
||||
| 'x' or 'X' | hexadecimal (unsigned) |
|
||||
|
Loading…
Reference in New Issue
Block a user