Fixed typo in changelog example.
This commit is contained in:
parent
c4ee726532
commit
4bfa189750
@ -19,7 +19,7 @@
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr auto answer = compile_time_itoa(0.42);
|
constexpr auto answer = compile_time_dtoa(0.42);
|
||||||
|
|
||||||
works with the default settings.
|
works with the default settings.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user