diff --git a/README.md b/README.md index 5d8b79c..202ff11 100644 --- a/README.md +++ b/README.md @@ -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) |