From 8e353e4bcb8776bee92a654ef8ce8f4ac93a7079 Mon Sep 17 00:00:00 2001 From: Jainan-Tandel <56350648+Jainan-Tandel@users.noreply.github.com> Date: Thu, 31 Oct 2019 02:23:49 +0530 Subject: [PATCH] A minor change Just changed the sentence a bit to give a demo. Sorry for the inconvenience. --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 05b3ce88..2ce73284 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -483,7 +483,7 @@ Thanks `@DanielaE (Daniela Engert) `_. -* Made ``std::string_view`` work as a format string +* Made ``std::string_view`` return a format string (`#898 `_): .. code:: c++