docs: revert to old comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Andrew Welker 2025-07-22 11:29:25 -05:00 committed by GitHub
parent 4fa8433e73
commit 5ee7aaa991
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,8 @@ using System.Collections.Generic;
namespace PepperDash.Essentials.Core
{
/// <summary>
/// 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.
/// </summary>
public class TieLine
{