mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(fmt): fix %f width typo in printf docs (#6139)
This commit is contained in:
parent
3f0ef9f502
commit
e3974eae69
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user