Skip to content

Commit

Permalink
Merge pull request #2074 from ivosnoza/patch-1
Browse files Browse the repository at this point in the history
Fix typos in MainThread.cs
  • Loading branch information
jfversluis committed Feb 7, 2023
2 parents 1f26844 + d1251b3 commit 5183266
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/en/Xamarin.Essentials/MainThread.xml
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
12 changes: 6 additions & 6 deletions docs/en/Xamarin.Essentials/PointExtensions.xml
Expand Up @@ -32,7 +32,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -54,7 +54,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -76,7 +76,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -98,7 +98,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -120,7 +120,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand All @@ -142,7 +142,7 @@
</Parameters>
<Docs>
<param name="point">The point to convert.</param>
<summary>Converts the point ot the system representation.</summary>
<summary>Converts the point to the system representation.</summary>
<returns>The converted point.</returns>
<remarks></remarks>
</Docs>
Expand Down

0 comments on commit 5183266

Please sign in to comment.