diff options
Diffstat (limited to 'doc/manual/release-notes.xml')
-rw-r--r-- | doc/manual/release-notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 44762d1d6c8a..8eb59ab4952a 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -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> |