From 6ccb5673c44e73a52226ff306fe02f6a8d77116c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 3 Jun 2016 08:40:07 -0700 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 01a18016..07eeba29 100644 --- a/README.rst +++ b/README.rst @@ -40,7 +40,7 @@ Features and better than the performance of IOStreams. See `Speed tests`_ and `Fast integer to string conversion in C++ `_. -* Small code size both in terms of source code (format consists of a single +* Small code size both in terms of source code (the core library consists of a single header file and a single source file) and compiled code. See `Compile time and code bloat`_. * Reliability: the library has an extensive set of `unit tests