Update src/Tizen.NUI/src/public/Window/WindowHandle.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Sep 2021 03:19:32 +0000 (12:19 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
src/Tizen.NUI/src/public/Window/WindowHandle.cs

index 280535f..b6fc614 100644 (file)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
     internal class SafeNativeWindowHandle : SafeHandle
     {
         /// <summary>
-        ///Constructor, Native window handle is set to handle.
+        /// Initializes a new instance of SafeNativeWindowHandle referencing the given window.
         /// </summary>
         internal SafeNativeWindowHandle(Window currentWindow) : base(IntPtr.Zero, false)
         {