diff --git a/ChangeLog.rst b/ChangeLog.rst index 8bfec5b0..191c4735 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -93,7 +93,7 @@ template <> struct fmt::formatter: formatter { template - auto format(my_type c, FormatContext& ctx) const { // Note const here. + auto format(my_type obj, FormatContext& ctx) const { // Note const here. // ... } };