[NUI] fix a c&p error in RelativeLayout (#2510)
authorYeongJong Lee <cleanlyj@naver.com>
Tue, 12 Jan 2021 02:31:24 +0000 (11:31 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 19 Jan 2021 05:32:11 +0000 (14:32 +0900)
Co-authored-by: Yeongjong Lee <yj34.lee@samsung.com>
src/Tizen.NUI/src/public/Layouting/RelativeLayout.cs

index e04e3bd..20ccb20 100644 (file)
@@ -291,7 +291,7 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Sets the relative offset for bottom target.
-        /// When <paramref name="value"/> is 0 the bottom edge of the <paramref name="view"/> is aligned to the top edge of the right target.<br/>
+        /// When <paramref name="value"/> is 0 the bottom edge of the <paramref name="view"/> is aligned to the top edge of the bottom target.<br/>
         /// When <paramref name="value"/> is 1 the bottom edges of the bottom target and <paramref name="view"/> are aligned.
         /// </summary>
         /// <param name="view">The child view whose size and position is being changed.</param>