From 4098970db23b283ab99826fc080429152f5be535 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 31 Jan 2020 11:33:51 -0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3442782690be..af9f92520610 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ Features * Safe `printf implementation `_ including the POSIX extension for positional arguments. -* Implementation of `C++20 std::format `__. +* Implementation of `C++20 std::format `__. * Support for user-defined types. * High performance: faster than common standard library implementations of `printf `_ and