forked from lix-project/lix
Fix typos
This commit is contained in:
parent
2f2a20ed18
commit
92a848f674
|
@ -26,8 +26,8 @@
|
|||
case where the attribute name is just a single antiquotation,
|
||||
the quotes can be dropped (e.g. the above example can be written
|
||||
<literal>set.${foo}</literal>). If an attribute name inside of a
|
||||
set declaration evaluates to <literal>"${null}"</literal> (e.g.
|
||||
<literal>{ ${null} = false; }</literal>), then that attribute is not added
|
||||
set declaration evaluates to <literal>null</literal> (e.g.
|
||||
<literal>{ ${null} = false; }</literal>), then that attribute is not
|
||||
added to the set.</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
|
|
@ -872,7 +872,7 @@ coerced to a string and <literal>456</literal> otherwise (again
|
|||
assuming <literal>bar</literal> is antiquotable).</para>
|
||||
|
||||
<para>In the special case where an attribute name inside of a set declaration
|
||||
evaluates to <literal>"${null}"</literal> (which is normally an error, as
|
||||
evaluates to <literal>null</literal> (which is normally an error, as
|
||||
<literal>null</literal> is not antiquotable), that attribute is simply not
|
||||
added to the set:
|
||||
|
||||
|
|
Loading…
Reference in a new issue