FIX: typo in README.txt

This commit is contained in:
Alexey Ismagilov 2023-11-05 16:05:55 +03:00
parent 086c8f3db0
commit 634b1202b0

View File

@ -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) |