diff --git a/README.rst b/README.rst index d20e4e06..34427826 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Features * High performance: faster than common standard library implementations of `printf `_ and iostreams. 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 ``format-inl.h``) and compiled code. See `Compile time and code bloat`_. @@ -428,7 +428,7 @@ completeness. As iostreams, it suffers from the problem of mixing verbatim text with arguments. The library is pretty fast, but slower on integer formatting than ``fmt::format_int`` on Karma's own benchmark, see `Fast integer to string conversion in C++ -`_. +`_. FAQ ---