From c11d0f056e6600b6b07e06a139b992344cab83ae Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 10 Jun 2020 07:02:12 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 48da9ed3..e36f0909 100644 --- a/README.rst +++ b/README.rst @@ -36,8 +36,8 @@ Features * Implementation of `C++20 std::format `__. * Support for user-defined types. * High performance: faster than common standard library implementations of - `printf `_ and - iostreams. See `Speed tests`_ and `Fast integer to string conversion in C++ + `printf `_, + iostreams and `to_string`. See `Speed tests`_ and `Fast integer to string conversion in C++ `_. * Small code size both in terms of source code (the minimum configuration consists of just three header files, ``core.h``, ``format.h`` and