remove space.
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Mon, 3 May 2021 08:09:07 +0000 (17:09 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 7 May 2021 05:58:58 +0000 (14:58 +0900)
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/GridLayouter.cs

index 9c4ddc6..9fd9e49 100755 (executable)
@@ -49,7 +49,7 @@ namespace Tizen.NUI.Components
         /// Clean up ItemsLayouter.
         /// </summary>
         /// <param name="view"> CollectionView of layouter. </param>
-         /// <remarks>please note that, view must be type of CollectionView</remarks>
+        /// <remarks>please note that, view must be type of CollectionView</remarks>
         /// <since_tizen> 9 </since_tizen>
         public override void Initialize(RecyclerView view)
         {