Fix typos

This commit is contained in:
Eelco Dolstra 2014-03-11 13:16:21 +01:00
parent 2f2a20ed18
commit 92a848f674
2 changed files with 3 additions and 3 deletions

View file

@ -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>