From c806de8ae723e363bb2f7e95e8a8aa754b464730 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 13 Nov 2019 13:44:19 -0500 Subject: [PATCH] README: update the short description of what zig is --- README.md | 4 ++-- doc/langref.html.in | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d5199a1fa8..d4475fcf81 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 dc44dd287f..5ecf312044 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