diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-11T12·16+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-11T12·16+0100 |
commit | 92a848f674f371d675f461d2a7a6810d492dd4ea (patch) | |
tree | 8b4107a91923a95da0a1172a1d2c8ae4b5d65066 /doc/manual/release-notes.xml | |
parent | 2f2a20ed18535ba819225fabe9a4cf2f37d2edb1 (diff) |
Fix typos
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> |