From 41fd4d6adcd70d2a05c5a06f4eeb64d411a70c3f Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:12:25 -0500 Subject: [PATCH] docs: revert to original documentation Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs b/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs index 028da70a..7c09a40d 100644 --- a/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs +++ b/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs @@ -24,7 +24,7 @@ namespace PepperDash.Essentials.Core.Config public string SourceKey { get; set; } /// - /// Gets or sets the SourceCard + /// The key of the source card (if applicable, e.g., in a modular chassis). /// public string SourceCard { get; set; }