mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Correct quotes.
This commit is contained in:
@ -58,7 +58,7 @@ which is a lot of typing compared to printf::
|
||||
printf("%.2f\n", 1.23456);
|
||||
|
||||
Matthew Wilson, the author of FastFormat referred to this situations with
|
||||
IOStreams as ``chevron hell``.
|
||||
IOStreams as "chevron hell".
|
||||
As with printf, there is no chance to support i18n.
|
||||
|
||||
The good part is that IOStreams supports user-defined types and is safe
|
||||
|
Reference in New Issue
Block a user