cookbook: Fixed invalid XML tag

This commit is contained in:
Elliot Smith 2010-07-12 16:59:38 +01:00
parent 6a443a0cd3
commit 9d96c21de6

View File

@ -155,7 +155,7 @@ _on_click_cb (ClutterActor *actor,
<section>
<title>Discussion</title>
<para>If you are using <type>ClutterAnimator<type> rather than
<para>If you are using <type>ClutterAnimator</type> rather than
implicit animations, <function>clutter_animator_get_timeline()</function>
enables you to get the underlying timeline; you could then use
the techniques shown above to invert it.</para>