From 23bafd247d585e758b0f743bdaf9aff45ea37e02 Mon Sep 17 00:00:00 2001 From: lilleman Date: Sun, 2 Aug 2026 15:00:56 +0200 Subject: [PATCH] Fix typos in the AGENTS.md comment rules --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index a51b79d..27e305d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -152,7 +152,7 @@ Same test before adding a row to a table or the file map — a clause, not a par without any comment at all is the preferred solution. - Do not comment about history in the code or README. Like "This function included X before, but it moved to Y". -- Do not comment about the abscense of things, if it is not very undexpected. Banned is things +- Do not comment about the absence of things, if it is not very unexpected. Banned is things like "This function does not calculate pi, that is done in function Z". - Pin all dependencies and Docker images to exact, human-readable **semantic versions** — never ranges (`^`, `~`) and never digests/hashes. npm deps are kept -- 2.52.0