diff --git a/toml/parser.hpp b/toml/parser.hpp index c1b98f7..cea6a75 100644 --- a/toml/parser.hpp +++ b/toml/parser.hpp @@ -758,7 +758,7 @@ parse_offset_datetime(location& loc) { loc.reset(first); return err(format_underline("[error]: toml::parse_offset_datetime: ", - {{std::addressof(loc), "the next token is not a local_datetime"}})); + {{std::addressof(loc), "the next token is not a offset_datetime"}})); } }