[NUI] Modify 6.0 to 6.5
authorzhouleonlei <zhouleon.lei@samsung.com>
Fri, 11 Dec 2020 07:42:04 +0000 (15:42 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
src/Tizen.NUI.Components/Controls/Control.cs

index 959d58a..7b52b7c 100755 (executable)
@@ -97,7 +97,7 @@ namespace Tizen.NUI.Components
         /// <summary>
         /// The flag of sound feedback when tap gesture detected.
         /// </summary>
-        /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+        /// This will be public opened in tizen_6.5 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool IsTapGestureFeedback { get; set; } = false;