fixed typo

This commit is contained in:
Keith Donald
2009-04-21 14:26:15 +00:00
parent eba1736a91
commit fc46a986fb

View File

@@ -180,7 +180,7 @@
Use <code>currentEvent</code> to access attributes of the current <code>Event</code>:
</para>
<programlisting language="xml"><![CDATA[
<evaluate expression="booking.guests.add(currentEvent.guest)" />]]>
<evaluate expression="booking.guests.add(currentEvent.attributes.guest)" />]]>
</programlisting>
</sect2>
<sect2 id="el-variable-currentUser">