diff options
author | goblin <github@uukgoblin.net> | 2013-09-22T12·36+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-16T22·59+0200 |
commit | d7625b5c2d6d9fd23708057957172c0446ffdabc (patch) | |
tree | 8e85ade28ccbd6d239a082457a587e98d82678d6 /doc | |
parent | b8034e5581ef40cc043da35ed01280b166da81ca (diff) |
two typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/writing-nix-expressions.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index 09ee9cf1efc7..f7133345ad71 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 <programlisting> @@ -827,7 +827,7 @@ by a semicolon. For example: }</programlisting> This defines an attribute set with attributes named -<varname>x</varname>, <varname>test</varname>, <varname>y</varname>. +<varname>x</varname>, <varname>text</varname>, <varname>y</varname>. The order of the attributes is irrelevant. An attribute name may only occur once.</para> |