Fix an example.

This commit is contained in:
Victor Zverovich 2013-08-28 10:54:18 -07:00
parent 6323d30247
commit c31eaef1b0

View File

@ -867,7 +867,7 @@ void FormatCustomArg(
Formatter out;
out("Current point:\n");
out("(-{:+f}, {:+f})") << 3.14 << -3.14;
out("({:+f}, {:+f})") << -3.14 << 3.14;
This will populate the buffer of the ``out`` object with the following
output: