fix: silly typo

This commit is contained in:
ToruNiina 2019-11-01 21:15:20 +09:00
parent 6862264bde
commit 047611764c

View File

@ -1836,7 +1836,7 @@ result<Value, std::string> parse_toml_file(location<Container>& loc)
const auto first = loc.iter();
if(first == loc.end())
{
return ok(value_type(table_type{}, /* empty file has no region ...*/));
return ok(value_type(table_type{} /*, empty file has no region ...*/));
}
// put the first line as a region of a file