From d5e9166f54ed71f92eb6ba189342f706fe97469e Mon Sep 17 00:00:00 2001 From: Michael Winterberg Date: Tue, 5 Jul 2022 09:24:25 -0700 Subject: [PATCH] Fixed typo in changelog example. --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 966d039f..b50c84a5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -19,7 +19,7 @@ return result; } - constexpr auto answer = compile_time_itoa(0.42); + constexpr auto answer = compile_time_dtoa(0.42); works with the default settings.