Correct quotes.

This commit is contained in:
Victor Zverovich 2012-12-07 15:37:38 -08:00
parent 3e4d847d4e
commit 4dac3b7f13

View File

@ -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