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; }