From e1bf1b715f82cb3f370bb651329ce175a7a8f721 Mon Sep 17 00:00:00 2001 From: Magnus Lindhe Date: Fri, 6 Oct 2023 14:08:33 +0200 Subject: [PATCH] Fix documentation typos in AvaloniaLIst (#4948) (#13146) Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com> --- src/Avalonia.Base/Collections/AvaloniaList.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 /// /// ///