Fix typos
This commit is contained in:
parent
2f2a20ed18
commit
92a848f674
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue