mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
Merge pull request #289 from evanwporter/typo-patch
`条件` -> `condition` in `docs/get.md`
This commit is contained in:
@@ -230,7 +230,7 @@ template<typename T, typename TC>
|
||||
T get(basic_value<TC>& v);
|
||||
```
|
||||
|
||||
条件:
|
||||
Condition:
|
||||
- `T` is `std::array<U, N>`
|
||||
|
||||
If the `toml::value` holds an `array`, this function retrieves the value and converts it to the specified container type, returning the result.
|
||||
|
||||
Reference in New Issue
Block a user