From c3711d94e619fbb20bc2f44764a8caa4f8d28fc2 Mon Sep 17 00:00:00 2001 From: robloo Date: Thu, 23 Nov 2023 02:04:52 -0500 Subject: [PATCH] Spelling and grammar fixes (#13701) --- src/Avalonia.Base/Threading/Dispatcher.Invoke.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs b/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs index 85e372b514..30c77bf7dd 100644 --- a/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs +++ b/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs @@ -120,7 +120,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -139,7 +139,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -160,7 +160,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -188,7 +188,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -323,7 +323,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> asynchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -362,7 +362,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> asynchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. ///