Update src/Tizen.NUI/src/public/XamlBinding/PointSizeTypeConverter.cs
authorSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 12 Jan 2022 09:54:52 +0000 (18:54 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 19 Jan 2022 05:29:33 +0000 (14:29 +0900)
Co-authored-by: Seoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
src/Tizen.NUI/src/public/XamlBinding/PointSizeTypeConverter.cs

index cc0a1c2..5002060 100755 (executable)
@@ -26,7 +26,7 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
-    /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
+    /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     [ProvideCompiledAttribute("Tizen.NUI.Xaml.Core.XamlC.PointSizeTypeConverter")]
     public class PointSizeTypeConverter : TypeConverter