diff --git a/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs b/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs
index 12aebdcf..0edf2de7 100644
--- a/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs
+++ b/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs
@@ -53,23 +53,20 @@
}
/*///
- /// Represents an individual link for a route
- ///
- ///
- /// Represents a RouteSwitchDescriptor
+ /// Represents a RouteSwitchDescriptor with generic input and output selectors.
///
public class RouteSwitchDescriptor
{
///
- /// Gets or sets the SwitchingDevice
+ /// Gets or sets the SwitchingDevice.
///
public IRoutingInputs SwitchingDevice { get { return InputPort.ParentDevice; } }
///
- /// Gets or sets the OutputPort
+ /// Gets or sets the OutputPort.
///
public RoutingOutputPort OutputPort { get; set; }
///
- /// Gets or sets the InputPort
+ /// Gets or sets the InputPort.
///
public RoutingInputPort InputPort { get; set; }