diff --git a/doc/langref.html.in b/doc/langref.html.in
index 10bc81e6df..038aadd45f 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -11392,8 +11392,9 @@ keyword <- KEYWORD_align / KEYWORD_and / KEYWORD_anyframe / KEYWORD_anytype
Incremental improvements.
Avoid local maximums.
Reduce the amount one must remember.
- Minimize energy spent on coding style.
- Resource deallocation must succeed.
+ Focus on code rather than style.
+ Resource allocation may fail; resource deallocation must succeed.
+ Memory is a resource.
Together we serve the users.
{#header_close#}
diff --git a/src-self-hosted/main.zig b/src-self-hosted/main.zig
index fcf548a2d6..ab7456263c 100644
--- a/src-self-hosted/main.zig
+++ b/src-self-hosted/main.zig
@@ -1617,8 +1617,9 @@ pub const info_zen =
\\ * Incremental improvements.
\\ * Avoid local maximums.
\\ * Reduce the amount one must remember.
- \\ * Minimize energy spent on coding style.
- \\ * Resource deallocation must succeed.
+ \\ * Focus on code rather than style.
+ \\ * Resource allocation may fail; resource deallocation must succeed.
+ \\ * Memory is a resource.
\\ * Together we serve the users.
\\
\\