diff --git a/src/Avalonia.Base/Collections/AvaloniaList.cs b/src/Avalonia.Base/Collections/AvaloniaList.cs index a05c9c5da3..5c674be880 100644 --- a/src/Avalonia.Base/Collections/AvaloniaList.cs +++ b/src/Avalonia.Base/Collections/AvaloniaList.cs @@ -14,14 +14,14 @@ namespace Avalonia.Collections public enum ResetBehavior { /// - /// Clearing the list notifies a with a - /// . + /// Clearing the list notifies with the event with a + /// action. /// Reset, /// - /// Clearing the list notifies a with a - /// . + /// Clearing the list notifies with the event with a + /// action. /// Remove, } @@ -42,11 +42,9 @@ namespace Avalonia.Collections /// action instead of a /// when the list is cleared by /// setting to . - /// removed /// /// /// A function can be used to validate each item before insertion. - /// removed /// /// ///