From f62d352ed9ea886824caf1d6f5297542d2ca0882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Sun, 3 Dec 2023 20:01:14 +0000 Subject: [PATCH] reword --- source/nix-language/intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nix-language/intro.adoc b/source/nix-language/intro.adoc index 556242c..3500163 100644 --- a/source/nix-language/intro.adoc +++ b/source/nix-language/intro.adoc @@ -11,6 +11,6 @@ the focus is on writing a series of _steps_ (statements) to achieve a desired re By contrast, in a functional language the focus is on _defining_ the desired result. In the case of Nix, the desired result is usually a _derivation_: -a software package that has been built and is ready for use. +a software package that has been built and make available for use. The Nix language has been designed for that purpose, and thus has some features you don't typically find in general-purpose languages.