Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Fix typos in MainThread.cs
Browse files Browse the repository at this point in the history
Typo aysnc -> async
  • Loading branch information
ivosnoza authored Jan 31, 2023
1 parent 6450045 commit cf720d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/Xamarin.Essentials/MainThread.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</Parameters>
<Docs>
<param name="action">Action to invoke</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -94,7 +94,7 @@
</Parameters>
<Docs>
<param name="funcTask">A function task to execute</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -120,7 +120,7 @@
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="funcTask">A function task to execute</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -146,7 +146,7 @@
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="func">A function to execute</param>
<summary>Invoke the main thread aysnc</summary>
<summary>Invoke the main thread async</summary>
<returns>A task that can be awaited</returns>
<remarks>To be added.</remarks>
</Docs>
Expand Down

0 comments on commit cf720d9

Please sign in to comment.