From a3d04b92287082f9f51c906075d42d53a552c19d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 30 Dec 2019 18:16:40 -0500 Subject: [PATCH] update readme tagline --- README.md | 4 ++-- doc/langref.html.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4475fcf810cae8e7e5eef60a4e0b0fc51c766dd..0895d806f8b2af17b62c1de5508f87631b2cd260 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![ZIG](https://ziglang.org/zig-logo.svg) -A general-purpose programming language for maintaining **robust**, **optimal**, -and **reusable** code. +A general-purpose programming language and toolchain for maintaining +**robust**, **optimal**, and **reusable** software. ## Resources diff --git a/doc/langref.html.in b/doc/langref.html.in index a1094ab650536898a3fe0b811f252d2a558210a8..d1814ad9a33d347b6d13a440c60fa4c5ecee62bd 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -194,8 +194,8 @@
{#header_open|Introduction#}

- Zig is a general-purpose programming language for maintaining robust, - optimal, and reusable code. + Zig is a general-purpose programming language and toolchain for maintaining + robust, optimal, and reusable software.

  • Robust - behavior is correct even for edge cases such as out of memory.
  • -- 2.54.0