fix typo in docs

This commit is contained in:
Mark Gillard 2022-10-16 13:26:19 +03:00
parent b3f2783310
commit 12f9c67bd7

View File

@ -1020,6 +1020,7 @@ TOML_NAMESPACE_START
/// std::cout << config.at_path(path1.parent_path()) << "\n";
/// std::cout << config.at_path(path2) << "\n";
/// std::cout << config.at_path(path2.parent_path()) << "\n";
/// \ecpp
///
/// \out
/// 2