Skip to content

Commit e7a4b18

Browse files
rolfbjarneCopilot
andauthored
Update src/Foundation/NSObject2.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a03279e commit e7a4b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Foundation/NSObject2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ public void BeginInvokeOnMainThread (Selector sel, NSObject? obj)
836836
InvokeOnMainThread (sel, obj, false);
837837
}
838838

839-
/// <summary>Invokes synchrously the specified code on the main UI thread.</summary>
839+
/// <summary>Invokes synchronously the specified code on the main UI thread.</summary>
840840
/// <param name="sel">Selector to invoke</param>
841841
/// <param name="obj">Object in which the selector is invoked</param>
842842
/// <remarks>

0 commit comments

Comments
 (0)