From 157d65f91f709cf4f245f9057fc7c8458f0d8dd3 Mon Sep 17 00:00:00 2001 From: Jack W <1849010+jackwil1@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:55:13 +1200 Subject: [PATCH 1/2] Fix template syntax in en docs --- docs/content.en/docs/features/value.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.en/docs/features/value.md b/docs/content.en/docs/features/value.md index 8c99b77..e7f289d 100644 --- a/docs/content.en/docs/features/value.md +++ b/docs/content.en/docs/features/value.md @@ -595,7 +595,7 @@ namespace toml template<> struct from { - template + template static extlib::foo from_toml(const toml::basic_value& v) { return extlib::foo{ From 9d39b1f54a41011fcba10490fe224b3519fb6565 Mon Sep 17 00:00:00 2001 From: Jack W <1849010+jackwil1@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:57:05 +1200 Subject: [PATCH 2/2] Fix template syntax in jp docs --- docs/content.ja/docs/features/value.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.ja/docs/features/value.md b/docs/content.ja/docs/features/value.md index afdcaf2..43c6ac4 100644 --- a/docs/content.ja/docs/features/value.md +++ b/docs/content.ja/docs/features/value.md @@ -622,7 +622,7 @@ namespace toml template<> struct from { - template + template static extlib::foo from_toml(const toml::basic_value& v) { return extlib::foo{