Skip to content

Commit

Permalink
Merge pull request p-ranav#302 from ismagilli/typo_in_readme
Browse files Browse the repository at this point in the history
FIX: typo in README.txt
  • Loading branch information
p-ranav authored Nov 5, 2023
2 parents 3cc913d + 634b120 commit ef92a85
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 ef92a85

Please sign in to comment.