From 109ae74e9448394824b4954af74167317f1cbbe9 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Wed, 14 Sep 2022 23:52:31 +0200 Subject: [PATCH] Update source/tutorials/nix-language.md Co-authored-by: Silvan Mosberger --- source/tutorials/nix-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/nix-language.md b/source/tutorials/nix-language.md index ca996d9..bb0b494 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -172,7 +172,7 @@ nix-instantiate --eval ## Reading the Nix language without fear -You will quickly encounter Nix language expressions that may look very complicated. +You may quickly encounter Nix language expressions that look very complicated. As with any programming language, the required amount of Nix language code closely matches the complexity of the problem it is supposed to solve, and reflects how well the problem – and its solution – is understood.