Merge pull request #289 from evanwporter/typo-patch

`条件` -> `condition` in `docs/get.md`
This commit is contained in:
Toru Niina
2025-04-01 01:18:41 +09:00
committed by GitHub

View File

@@ -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.