Commit c4c5677e authored by Victor Zverovich's avatar Victor Zverovich

Fix a typo.

parent c31eaef1
...@@ -130,7 +130,7 @@ which is a lot of typing compared to printf: ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment