mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
doc: change README a bit
This commit is contained in:
@@ -487,7 +487,7 @@ if(data.count("num") == 1)
|
||||
|
||||
----
|
||||
|
||||
You can also use this with a `toml::value` that is expected to be a `toml::table`.
|
||||
You can also use this with a `toml::value` that is expected to contain a `toml::table`.
|
||||
It automatically casts the `toml::value` to a `toml::table`. If it failed to cast,
|
||||
it would throw a `toml::type_error`.
|
||||
|
||||
|
Reference in New Issue
Block a user