mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos manual: Fix typo in Syntax Summary
This commit is contained in:
parent
ab92a474a9
commit
2ac306c91c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue