marzer / tomlplusplus

Header-only TOML config file parser and serializer for C++17.
https://marzer.github.io/tomlplusplus/
MIT License
1.53k stars 146 forks source link

fix: uses tbl variable name rather than arr in table.get documentation #221

Closed cskeeters closed 7 months ago

cskeeters commented 7 months ago

What does this change do?

Corrects example in documentation for table.get().

Is it related to an exisiting bug report or feature request?

I don't think so.

Pre-merge checklist

marzer commented 7 months ago

Nice catch, thanks!