From aee40ffe144a8cd71296e7bc6257027c8a6799e0 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:36:43 -0500 Subject: [PATCH] docs: fix duplicate XML tags Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs b/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs index fbf48c36..ad68f426 100644 --- a/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs +++ b/src/PepperDash.Essentials.Core/Routing/RouteSwitchDescriptor.cs @@ -42,8 +42,6 @@ /// Returns a string representation of the route switch descriptor. /// /// A string describing the switch operation. - /// - /// ToString method /// /// public override string ToString()