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 {