From b051cee5002bd82ca9200e0f3cd3c79e4902a4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Tue, 17 Dec 2019 17:37:44 +0800 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ---