From e4c954ff0ebb57716faa901586365430cf4f218f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 7 Aug 2020 16:03:15 -0700 Subject: [PATCH] Update README.rst --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index be901c6e..88e996fa 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,9 @@ Features * Small code size both in terms of source code with the minimum configuration consisting of just three 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 +* Reliability: the library has an extensive set of `tests + `_ and is `continuously fuzzed + `_ * Safety: the library is fully type safe, errors in format strings can be reported at compile time, automatic memory management prevents buffer overflow errors