mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
Fix a typo.
This commit is contained in:
parent
c31eaef1b0
commit
c4c5677e67
@ -130,7 +130,7 @@ which is a lot of typing compared to printf:
|
|||||||
|
|
||||||
printf("%.2f\n", 1.23456);
|
printf("%.2f\n", 1.23456);
|
||||||
|
|
||||||
Matthew Wilson, the author of FastFormat referred to this situations with
|
Matthew Wilson, the author of FastFormat referred to this situation with
|
||||||
IOStreams as "chevron hell". IOStreams doesn't support positional arguments
|
IOStreams as "chevron hell". IOStreams doesn't support positional arguments
|
||||||
by design.
|
by design.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user