diff --git a/doc/langref.html.in b/doc/langref.html.in
index d1d8e0aa77..cf12894ca6 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -159,13 +159,15 @@
{#header_open|Introduction#}
- Zig is an open-source programming language designed for robustness,
- optimality, and clarity.
+ Zig is a general-purpose programming language designed for robustness,
+ optimality, and maintainability.
- Robust - behavior is correct even for edge cases such as out of memory.
- Optimal - write programs the best way they can behave and perform.
- - Clear - precisely communicate your intent to the compiler and other programmers. The language imposes a low overhead to reading code.
+ - Maintainable - precisely communicate intent to the compiler and other programmers.
+ The language imposes a low overhead to reading code and is resilient to changing requirements
+ and environments.
Often the most efficient way to learn something new is to see examples, so