From 899f13eadb626453147c266fbe79051580bd572b Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 12:08:10 -0500 Subject: [PATCH] docs: remove duplicate Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/RouteDescriptor.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RouteDescriptor.cs b/src/PepperDash.Essentials.Core/Routing/RouteDescriptor.cs index c4ac1025..5fcf10cb 100644 --- a/src/PepperDash.Essentials.Core/Routing/RouteDescriptor.cs +++ b/src/PepperDash.Essentials.Core/Routing/RouteDescriptor.cs @@ -146,10 +146,7 @@ namespace PepperDash.Essentials.Core } /*/// - /// Represents an collection of individual route steps between Source and Destination - /// - /// - /// Represents a RouteDescriptor + /// Represents a collection of individual route steps between Source and Destination for a specific signal type. /// public class RouteDescriptor {