Skip to content

Commit

Permalink
chore: Adjust comment, unused using
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 23, 2024
1 parent 26687ad commit fc84e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using Microsoft.UI.Xaml.CustomAttributes;
using Uno.Buffers;
using Windows.Graphics.Capture;
using Windows.UI.Core;
Expand Down
4 changes: 2 additions & 2 deletions src/Uno.UWP/UI/Core/WeakEventHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ internal class WeakEventHelper
internal interface ITrimProvider
{
/// <summary>
/// Registers a callback to be called when GC triggerd
/// Registers a callback to be called when GC triggered
/// </summary>
/// <param name="callback">Function called with <paramref name="arrayPool"/> as the first parameter</param>
/// <param name="callback">Function called with <paramref name="target"/> as the first parameter</param>
/// <param name="target">instance to be provided when invoking <paramref name="callback"/></param>
void RegisterTrimCallback(Func<object, bool> callback, object target);
}
Expand Down

0 comments on commit fc84e12

Please sign in to comment.