From eb53521d50293b182dceb45c4133b04526b131ac Mon Sep 17 00:00:00 2001 From: Virgil Date: Mon, 30 Mar 2026 18:57:21 +0000 Subject: [PATCH] docs(architecture): spell out GetSplit separator name Co-Authored-By: Virgil --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 50852c0..65f35f3 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -91,7 +91,7 @@ All bulk operations (`GetAll`, `All`, `Count`, `Render`, `CountAll`, `Groups`, ` Two convenience methods build on `Get` to return iterators over parts of a stored value: -- **`GetSplit(group, key, sep)`** splits the value by a custom separator, returning an `iter.Seq[string]` via `core.Split`. +- **`GetSplit(group, key, separator)`** splits the value by a custom separator, returning an `iter.Seq[string]` via `core.Split`. - **`GetFields(group, key)`** splits the value by whitespace, returning an `iter.Seq[string]` via the package's internal field iterator. `core.Split` keeps the package free of direct `strings` imports while preserving the same agent-facing API shape. -- 2.45.3