mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
fix typo
This commit is contained in:
@@ -881,7 +881,7 @@ parse_array(location<Container>& loc)
|
||||
throw syntax_error(format_underline(
|
||||
"[error] toml::parse_array: type of elements should be the "
|
||||
"same each other.", region<Container>(loc, first, loc.iter()),
|
||||
"inhomogenous types"));
|
||||
"inhomogeneous types"));
|
||||
}
|
||||
retval.push_back(std::move(val.unwrap()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user