commit 041701416be59b94189c3a9d85053e5d69e7ba2c (tree)
parent 27685bcf2097605be7bcb6d1e16e2f4747a1a841
Author: Andrew Kelley <andrew@ziglang.org>
Date: Sat, 17 Jan 2026 13:57:14 -0800
langref: all logic manages state
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -7108,6 +7108,7 @@ coding style.
<li>Data</li>
<li>Context</li>
<li>Manager</li>
+ <li>State</li>
<li>utils, misc, or somebody's initials</li>
</ul>
<p>Everything is a value, all types are data, everything is context, all logic manages state.