diff --git a/src/PepperDash.Essentials.Core/Routing/TieLine.cs b/src/PepperDash.Essentials.Core/Routing/TieLine.cs index 9130cefe..d85f1c88 100644 --- a/src/PepperDash.Essentials.Core/Routing/TieLine.cs +++ b/src/PepperDash.Essentials.Core/Routing/TieLine.cs @@ -5,7 +5,8 @@ using System.Collections.Generic; namespace PepperDash.Essentials.Core { /// - /// Represents a TieLine + /// Represents a connection between routing ports, linking a source output port to a destination input port. + /// This class is used to define signal paths for routing algorithms, including signal type overrides and internal connections. /// public class TieLine {