Commit 66992e90 authored by Victor Zverovich's avatar Victor Zverovich

Clarify that writing to memory_buffer appends (#877)

parent e864acfd
......@@ -497,7 +497,7 @@ enum { inline_buffer_size = 500 };
fmt::memory_buffer out;
format_to(out, "The answer is {}.", 42);
This will write the following output to the ``out`` object:
This will append the following output to the ``out`` object:
.. code-block:: none
......
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