Skip to content

Commit

Permalink
Update ChangeLog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut authored Oct 22, 2020
1 parent 5024742 commit 25293d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

* Added an experimental unsynchronized file output API which, together with
format string compilation, can give `5-9 times speed up compared to
fprintf <https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html>`__)
fprintf <https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html>`__
on common platforms:

.. code:: c++
Expand Down Expand Up @@ -42,7 +42,7 @@
movw %dx, -2(%rax)
ret
Here a single `mov` instruction writes `'x'` (`$120`) to the output buffer.
Here a single ``mov`` instruction writes ``'x'`` (``$120``) to the output buffer.

* Improved error reporting for unformattable types: now you'll get the type name
directly in the error message instead of the note:
Expand Down

0 comments on commit 25293d7

Please sign in to comment.