Evas textblock: Fixed mistake in docs.
authorTom Hacohen <tom@stosb.com>
Tue, 2 Aug 2011 12:30:25 +0000 (12:30 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 2 Aug 2011 12:30:25 +0000 (12:30 +0000)
SVN revision: 61994

legacy/evas/src/lib/Evas.h

index 50e5ac8b8c66f00d22f6cec6471d2faa921ef13d..6829205e5edbd32ea0b6c46b151f0ca5f9048e0d 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