docs: remove duplicate

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker 2025-07-22 12:08:10 -05:00 committed by GitHub
parent fc1e29565e
commit 899f13eadb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,10 +146,7 @@ namespace PepperDash.Essentials.Core
}
/*/// <summary>
/// Represents an collection of individual route steps between Source and Destination
/// </summary>
/// <summary>
/// Represents a RouteDescriptor
/// Represents a collection of individual route steps between Source and Destination for a specific signal type.
/// </summary>
public class RouteDescriptor<TInputSelector, TOutputSelector>
{