From 7bd6c145bc61f9f01da3811868993859285e5c69 Mon Sep 17 00:00:00 2001 From: Yann Hamdaoui Date: Tue, 4 Oct 2022 17:04:51 +0200 Subject: [PATCH] Fix typo in Nix language tutorial Fix the evaluation result of an example which missed enclosing brackets. --- 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 d6b5d3392..5d2bd820c 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -286,7 +286,7 @@ The most important heuristics to avoid confusion are about white space and paren in [ (f a) ] ``` - 2 + [ 2 ] ```nix let