From f40ca98467d7bb0511434e13217f17dcb6731dd5 Mon Sep 17 00:00:00 2001 From: Evan <115374841+evanwporter@users.noreply.github.com> Date: Sun, 30 Mar 2025 16:32:00 -0700 Subject: [PATCH] =?UTF-8?q?`=E6=9D=A1=E4=BB=B6`=20->=20`condition`=20in=20?= =?UTF-8?q?`docs/get.md`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit english version --- docs/content.en/docs/reference/get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.