Merge pull request #39431 from fdietze/patch-1

nixos manual: Fix typo in Syntax Summary
This commit is contained in:
xeji
2018-04-27 23:10:26 +02:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ manual</link> for the rest.</para>
</row>
<row>
<entry><literal>{ x = 1; y = 2; }</literal></entry>
<entry>An set with attributes names <literal>x</literal> and <literal>y</literal></entry>
<entry>A set with attributes named <literal>x</literal> and <literal>y</literal></entry>
</row>
<row>
<entry><literal>{ foo.bar = 1; }</literal></entry>