mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-03 19:30:47 +02:00
Fixed typo in changelog example.
This commit is contained in:
committed by
Victor Zverovich
parent
b31d1a75a0
commit
d5e9166f54
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user