Skip to content

Commit c0d865f

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

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
@@ -810,7 +810,7 @@ private void InvokeOnMainThread (Selector sel, NSObject? obj, bool wait)
810810
GC.KeepAlive (obj);
811811
}
812812

813-
/// <summary>Invokes asynchrously the specified code on the main UI thread.</summary>
813+
/// <summary>Invokes asynchronously the specified code on the main UI thread.</summary>
814814
/// <param name="sel">Selector to invoke</param>
815815
/// <param name="obj">Object in which the selector is invoked</param>
816816
/// <remarks>

0 commit comments

Comments
 (0)