mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Correct quotes.
This commit is contained in:
parent
3e4d847d4e
commit
4dac3b7f13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user