Skip to content

Commit

Permalink
fixing typo (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Apr 23, 2020
1 parent aa37852 commit 992e703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for (auto&& [k, v] : config)
{
v.visit([](auto& node) noexcept
{
std::cout << node << std:endl;
std::cout << node << std::endl;
if constexpr (toml::is_string<decltype(node)>)
do_something_with_string_values(node);
});
Expand Down

0 comments on commit 992e703

Please sign in to comment.