From 3b9a76a0a89a946d03cd52e75b6f874a10cdb159 Mon Sep 17 00:00:00 2001 From: fredbi Date: Fri, 24 Apr 2026 22:58:15 +0200 Subject: [PATCH 1/2] Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: fredbi --- docs/doc-site/project/maintainers/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc-site/project/maintainers/ARCHITECTURE.md b/docs/doc-site/project/maintainers/ARCHITECTURE.md index 46eedcac8..7eb239715 100644 --- a/docs/doc-site/project/maintainers/ARCHITECTURE.md +++ b/docs/doc-site/project/maintainers/ARCHITECTURE.md @@ -115,7 +115,7 @@ Everything in these packages is generated. Never edit generated files directly. Exceptions: * `doc.go` is not generated -* ad'hoc testable examples are not generated +* ad hoc testable examples are not generated **Optional Feature Packages: `enable/`** From 925d4e99d73f6c540f5d4d14661337f944ca8df5 Mon Sep 17 00:00:00 2001 From: fredbi Date: Fri, 24 Apr 2026 22:58:16 +0200 Subject: [PATCH 2/2] Apply suggested fix to docs/doc-site/project/maintainers/ARCHITECTURE.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: fredbi --- docs/doc-site/project/maintainers/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc-site/project/maintainers/ARCHITECTURE.md b/docs/doc-site/project/maintainers/ARCHITECTURE.md index 7eb239715..901fad049 100644 --- a/docs/doc-site/project/maintainers/ARCHITECTURE.md +++ b/docs/doc-site/project/maintainers/ARCHITECTURE.md @@ -53,7 +53,7 @@ one "forward" variant and one "forward formatted" variant (as methods). All these variants make up several hundreds functions, which poses a challenge for maintenance and documentation. -We have adopted code and documentation generation as a mean to mitigate this issue. +We have adopted code and documentation generation as a means to mitigate this issue. #### Current (v2.5.0-unreleased)