From 97b2ffed9c07ee3a9e012041a33538ee4b65cb11 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 21 Jul 2025 13:28:37 -0500 Subject: [PATCH] docs: fix comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs b/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs index d3f51483..8c6323d4 100644 --- a/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs +++ b/src/PepperDash.Essentials.Core/Routing/ICurrentSources.cs @@ -14,13 +14,13 @@ namespace PepperDash.Essentials.Core.Routing { /// /// Gets the current sources for the room, keyed by eRoutingSignalType. - /// This dictionary contains the current source for each signal type, such as audio, video, + /// This dictionary contains the current source for each signal type, such as audio, video, and control signals. /// Dictionary CurrentSources { get; } /// /// Gets the current source keys for the room, keyed by eRoutingSignalType. - /// This dictionary contains the keys for the current source for each signal type, such as audio, + /// This dictionary contains the keys for the current source for each signal type, such as audio, video, and control signals. /// Dictionary CurrentSourceKeys { get; }