Evas textblock: Fixed mistake in docs.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Aug 2011 12:30:25 +0000 (12:30 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Aug 2011 12:30:25 +0000 (12:30 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61994 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 50e5ac8..6829205 100644 (file)
@@ -7469,7 +7469,7 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get  (const Evas_Object *obj
  * Textblock has three important parts, the text paragraphs, the format nodes
  * and the cursors.
  *
- * You can use markup to format text, for example: "<font_size=50>Big!</font>".
+ * You can use markup to format text, for example: "<font_size=50>Big!</font_size>".
  * You can also put more than one style directive in one tag:
  * "<font_size=50 color=#F00>Big and Red!</font_size>".
  * Please notice that we used "</font_size>" although the format also included