From 5ee7aaa9915a028d0fb8de3f4741f2077db21de6 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:29:25 -0500 Subject: [PATCH] docs: revert to old comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/TieLine.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {