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

Commit 5183266

Browse files
authored
Merge pull request #2074 from ivosnoza/patch-1
Fix typos in MainThread.cs
2 parents 1f26844 + d1251b3 commit 5183266

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/en/Xamarin.Essentials/MainThread.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</Parameters>
7373
<Docs>
7474
<param name="action">Action to invoke</param>
75-
<summary>Invoke the main thread aysnc</summary>
75+
<summary>Invoke the main thread async</summary>
7676
<returns>A task that can be awaited</returns>
7777
<remarks>To be added.</remarks>
7878
</Docs>
@@ -94,7 +94,7 @@
9494
</Parameters>
9595
<Docs>
9696
<param name="funcTask">A function task to execute</param>
97-
<summary>Invoke the main thread aysnc</summary>
97+
<summary>Invoke the main thread async</summary>
9898
<returns>A task that can be awaited</returns>
9999
<remarks>To be added.</remarks>
100100
</Docs>
@@ -120,7 +120,7 @@
120120
<Docs>
121121
<typeparam name="T">To be added.</typeparam>
122122
<param name="funcTask">A function task to execute</param>
123-
<summary>Invoke the main thread aysnc</summary>
123+
<summary>Invoke the main thread async</summary>
124124
<returns>A task that can be awaited</returns>
125125
<remarks>To be added.</remarks>
126126
</Docs>
@@ -146,7 +146,7 @@
146146
<Docs>
147147
<typeparam name="T">To be added.</typeparam>
148148
<param name="func">A function to execute</param>
149-
<summary>Invoke the main thread aysnc</summary>
149+
<summary>Invoke the main thread async</summary>
150150
<returns>A task that can be awaited</returns>
151151
<remarks>To be added.</remarks>
152152
</Docs>

docs/en/Xamarin.Essentials/PointExtensions.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</Parameters>
3333
<Docs>
3434
<param name="point">The point to convert.</param>
35-
<summary>Converts the point ot the system representation.</summary>
35+
<summary>Converts the point to the system representation.</summary>
3636
<returns>The converted point.</returns>
3737
<remarks></remarks>
3838
</Docs>
@@ -54,7 +54,7 @@
5454
</Parameters>
5555
<Docs>
5656
<param name="point">The point to convert.</param>
57-
<summary>Converts the point ot the system representation.</summary>
57+
<summary>Converts the point to the system representation.</summary>
5858
<returns>The converted point.</returns>
5959
<remarks></remarks>
6060
</Docs>
@@ -76,7 +76,7 @@
7676
</Parameters>
7777
<Docs>
7878
<param name="point">The point to convert.</param>
79-
<summary>Converts the point ot the system representation.</summary>
79+
<summary>Converts the point to the system representation.</summary>
8080
<returns>The converted point.</returns>
8181
<remarks></remarks>
8282
</Docs>
@@ -98,7 +98,7 @@
9898
</Parameters>
9999
<Docs>
100100
<param name="point">The point to convert.</param>
101-
<summary>Converts the point ot the system representation.</summary>
101+
<summary>Converts the point to the system representation.</summary>
102102
<returns>The converted point.</returns>
103103
<remarks></remarks>
104104
</Docs>
@@ -120,7 +120,7 @@
120120
</Parameters>
121121
<Docs>
122122
<param name="point">The point to convert.</param>
123-
<summary>Converts the point ot the system representation.</summary>
123+
<summary>Converts the point to the system representation.</summary>
124124
<returns>The converted point.</returns>
125125
<remarks></remarks>
126126
</Docs>
@@ -142,7 +142,7 @@
142142
</Parameters>
143143
<Docs>
144144
<param name="point">The point to convert.</param>
145-
<summary>Converts the point ot the system representation.</summary>
145+
<summary>Converts the point to the system representation.</summary>
146146
<returns>The converted point.</returns>
147147
<remarks></remarks>
148148
</Docs>

0 commit comments

Comments
 (0)