Skip to content

Commit

Permalink
docs(fmt): fix %f width typo in printf docs (#6139)
Browse files Browse the repository at this point in the history
  • Loading branch information
benstigsen authored Oct 24, 2024
1 parent 3f0ef9f commit e3974ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/printf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* %9f width 9, default precision
* %.9f default width, precision 9
* %8.9f width 8, precision 9
* %8.f width 9, precision 0
* %8.f width 8, precision 0
*
* In general, 'width' describes the minimum length of the output, while
* 'precision' limits the output.
Expand Down

0 comments on commit e3974ea

Please sign in to comment.