From 4273dc987f8a81cb1947e2a1b2c4e7d7469f98e2 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 15 Aug 2022 16:50:47 +0200 Subject: [PATCH] tutorial -> guide --- 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 a3bf2d3..cbff454 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -16,7 +16,7 @@ Using the Nix language in practice entails multiple things: - ecosystem-specific packaging mechanisms: `buildGoModule`, `buildPythonApplication`, ... - NixOS module system: `config`, `option`, ... -This tutorial will *only* cover syntax and semantics, and guide you to resources for learning the other components. +This guide *only* covers syntax and semantics, and will guide you to resources for learning the other components. ## What will you learn?