This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit e7da7331bf0e5a149e3182c3eb01524c9c88a0ad Author: Gary Gregory <[email protected]> AuthorDate: Fri Aug 28 17:39:49 2026 -0400 Javadoc: Use "secure" terminology. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 73692e9..bad5337 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -36,7 +36,7 @@ Guidance for AI coding agents working in this repository. align intermediate lines with a single leading ` * `. - The first sentence is a short summary fragment. It is the only part that appears in class/method index listings, so keep it self-contained. - Details (what is hardened, thread-safety, edge cases) belong in subsequent paragraphs, not bolted onto the summary. + Details (what is secured, thread-safety, edge cases) belong in subsequent paragraphs, not bolted onto the summary. - Separate paragraphs with a blank `*` line. Prefix every paragraph *except the first* with a `<p>` tag at the start of the first word. **Do** close with `</p>`.
