From 436e6f03db4975703f7bc6c5b5aa0e8b70256955 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Fri, 12 Jan 2024 13:53:12 -0800 Subject: [PATCH] Update doc/manual/src/command-ref/nix-instantiate.md Co-authored-by: Robert Hensing --- doc/manual/src/command-ref/nix-instantiate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/src/command-ref/nix-instantiate.md b/doc/manual/src/command-ref/nix-instantiate.md index 35d1ea136af2..479c9abcf271 100644 --- a/doc/manual/src/command-ref/nix-instantiate.md +++ b/doc/manual/src/command-ref/nix-instantiate.md @@ -47,7 +47,7 @@ standard input. > This option produces output which can be parsed as a Nix expression which > will produce a different result than the input expression when evaluated. > For example, these two Nix expressions print the same result despite - > having different values: + > having different meaning: > > ```console > $ nix-instantiate --eval --expr '{ a = {}; }'