From b8ab54cbe034d0f068f35f9d2d304c234ccfc47b Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:12:55 -0500 Subject: [PATCH] docs: remove duplicate Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Routing/RoutingPortCollection.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RoutingPortCollection.cs b/src/PepperDash.Essentials.Core/Routing/RoutingPortCollection.cs index b61d22b6..14758d79 100644 --- a/src/PepperDash.Essentials.Core/Routing/RoutingPortCollection.cs +++ b/src/PepperDash.Essentials.Core/Routing/RoutingPortCollection.cs @@ -24,9 +24,6 @@ namespace PepperDash.Essentials.Core /* /// /// Basically a List , with an indexer to find ports by key name /// - /// - /// Represents a RoutingPortCollection - /// public class RoutingPortCollection : List where T : RoutingPort { ///