From d2e6b3ecad9e564a62428c36ed8203a38a9d7422 Mon Sep 17 00:00:00 2001 From: JayatiGoyal <44127709+JayatiGoyal@users.noreply.github.com> Date: Thu, 31 Oct 2019 01:02:58 +0530 Subject: [PATCH] typo , an opening bracket was missing --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 32dfb71d..623414d9 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Features 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 + consists of just three header files (``core.h``, ``format.h`` and ``format-inl.h``) and compiled code. See `Compile time and code bloat`_. * Reliability: the library has an extensive set of `unit tests `_ and is continuously fuzzed.