From 79a74579677c4dbda83d114c9062bf11c89220b4 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Fri, 8 Mar 2024 17:24:47 +0300 Subject: [PATCH] Fix grammar --- shared/TrimmingHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/TrimmingHelper.cs b/shared/TrimmingHelper.cs index 4e797f7e..2766b7e2 100644 --- a/shared/TrimmingHelper.cs +++ b/shared/TrimmingHelper.cs @@ -1,6 +1,6 @@ using System.Diagnostics.CodeAnalysis; -// TODO: move this file to src/Tingle.EventBus/Internal and change to public once we the min target is .NET 6 +// TODO: move this file to src/Tingle.EventBus/Internal and change to public once the min target is .NET 6 namespace Tingle.EventBus.Internal;