From d7625b5c2d6d9fd23708057957172c0446ffdabc Mon Sep 17 00:00:00 2001 From: goblin Date: Sun, 22 Sep 2013 13:36:23 +0100 Subject: [PATCH] two typos --- doc/manual/writing-nix-expressions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index 09ee9cf1ef..f7133345ad 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -701,7 +701,7 @@ configureFlags = " number of spaces equal to the minimal indentation of the string as a whole (disregarding the indentation of empty lines). For instance, the first and second line are indented two space, while - the third line is indented three spaces. Thus, two spaces are + the third line is indented four spaces. Thus, two spaces are stripped from each line, so the resulting string is @@ -827,7 +827,7 @@ by a semicolon. For example: } This defines an attribute set with attributes named -x, test, y. +x, text, y. The order of the attributes is irrelevant. An attribute name may only occur once.