Skip to content

Commit b257485

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

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
@@ -442,7 +442,7 @@ static void RegisterToggleReference (NSObject obj, IntPtr handle, bool isCustomT
442442
/// <summary>Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.</summary>
443443
/// <remarks>
444444
/// This turns a regular peer object (one that has <see cref="IsDirectBinding" /> set to true)
445-
/// into a toggleref object. This is necessary when storing managated state (for instance into
445+
/// into a toggleref object. This is necessary when storing managed state (for instance into
446446
/// a backing field), so that the managed peer isn't collected by the GC before the native object
447447
/// is freed. This is an internal method.
448448
/// </remarks>

0 commit comments

Comments
 (0)