marzer / tomlplusplus

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

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

Closed cskeeters closed 8 months ago

cskeeters commented 8 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 8 months ago

Nice catch, thanks!