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