diff --git a/docs/content.en/docs/reference/get.md b/docs/content.en/docs/reference/get.md index ac957c2..60a8e7f 100644 --- a/docs/content.en/docs/reference/get.md +++ b/docs/content.en/docs/reference/get.md @@ -230,7 +230,7 @@ template T get(basic_value& v); ``` -条件: +Condition: - `T` is `std::array` If the `toml::value` holds an `array`, this function retrieves the value and converts it to the specified container type, returning the result.