Update src/Tizen.NUI/src/public/Common/WeakEvent.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 11 Jun 2024 01:20:36 +0000 (10:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 12 Jun 2024 04:59:55 +0000 (13:59 +0900)
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
src/Tizen.NUI/src/public/Common/WeakEvent.cs

index b8ce8967ab2a3a1acfef4fcef94fa1d293ef1f75..286f9107da01c13e80a8b6773f116b3125e134d4 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen.NUI
         private List<WeakHandler<T>> handlers = new List<WeakHandler<T>>();
 
         /// <summary>
-        /// The count of currently added event handlers.
+        /// The count of currently stored event handlers.
         /// </summary>
         /// <since_tizen> 12 </since_tizen>
         protected int Count => handlers.Count;