Skip to content

Commit

Permalink
FIX: typo in README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ismagilli committed Nov 5, 2023
1 parent 086c8f3 commit 634b120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 634b120

Please sign in to comment.