diff --git a/README.rst b/README.rst index 34427826..af9f9252 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