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 d4475fcf81..0895d806f8 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 a1094ab650..d1814ad9a3 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.