Skip to content

Commit

Permalink
Fixed typo in changelog example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinterb authored and vitaut committed Jul 6, 2022
1 parent b31d1a7 commit d5e9166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d5e9166

Please sign in to comment.