diff --git a/README.md b/README.md index d5199a1fa8fefdcfd7adba00145969741b26b93e..d4475fcf810cae8e7e5eef60a4e0b0fc51c766dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![ZIG](https://ziglang.org/zig-logo.svg) -A general-purpose programming language designed for **robustness**, -**optimality**, and **maintainability**. +A general-purpose programming language for maintaining **robust**, **optimal**, +and **reusable** code. ## Resources diff --git a/doc/langref.html.in b/doc/langref.html.in index dc44dd287fdd6b97aae8a8c1a235d0954972e87c..5ecf312044237c39228ebcb52c76013d31cf0bcd 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -164,15 +164,17 @@
{#header_open|Introduction#}

- Zig is a general-purpose programming language designed for robustness, - optimality, and maintainability. + Zig is a general-purpose programming language for maintaining robust, + optimal, and reusable code.

Often the most efficient way to learn something new is to see examples, so