From 1844e9a1b878629f4987aea536660e3a70962c8c Mon Sep 17 00:00:00 2001 From: Andrew Poor Date: Wed, 22 Jun 2016 17:15:10 +0100 Subject: [PATCH] Updated comment to remove copy+paste error. Change-Id: Ifd9074a212db7e9a21bcb8a31f0ff54a0fc27b39 --- dali-toolkit/public-api/controls/table-view/table-view.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dali-toolkit/public-api/controls/table-view/table-view.h b/dali-toolkit/public-api/controls/table-view/table-view.h index e3f17b7..3f199a5 100644 --- a/dali-toolkit/public-api/controls/table-view/table-view.h +++ b/dali-toolkit/public-api/controls/table-view/table-view.h @@ -63,7 +63,7 @@ class TableView; * | cellHorizontalAlignment | string | * | cellVerticalAlignment | string | * - * The row-span or column span has integer value, but its type is float here due to the limitation of the builder's ability to differentiate integer and float from Json string. + * The rowSpan or columnSpan has integer value, but its type is float here due to the limitation of the builder's ability to differentiate integer and float from Json string. * The available values for cellHorizontalAlignment are: left, center, right. * The available values for cellVerticalAlignment are: top, center, bottom. * @@ -114,7 +114,7 @@ public: * } * @endcode * - * LayoutColumns: set the height of the rows. + * LayoutColumns: set the width of the columns. * It has the format as follows in script: * @code * "layoutColumns": -- 2.7.4