diff --git a/docs/glossary.md b/docs/glossary.md index df2a1f4..bf28597 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -113,7 +113,7 @@ An orchestration axis running N seeded realizations that perturb the input; each ### node **Avoid:** block -The universal composable dataflow unit, implementing `schema()` + `eval(ctx)` — a producer, a pure consumer (sink), or both — with at most one output port; a producer's output is a **record of 1..K base-scalar columns** (a scalar is the degenerate K=1 case). Everything that plugs into the engine is fractally a node. +The universal composable dataflow unit, implementing `lookbacks()` + `eval(ctx)` — a producer, a pure consumer (sink), or both — with at most one output port; a producer's output is a **record of 1..K base-scalar columns** (a scalar is the degenerate K=1 case). Everything that plugs into the engine is fractally a node. ### playground **Avoid:** —