From 77a4fc4b7edccff9b9fb4bf45275eb1454f564b1 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Fri, 10 Nov 2017 17:45:25 -0500 Subject: [PATCH] Fixes XMLDoc comments --- TGControlPanel/ServerOpForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TGControlPanel/ServerOpForm.cs b/TGControlPanel/ServerOpForm.cs index 7e463e975a..06099fd819 100644 --- a/TGControlPanel/ServerOpForm.cs +++ b/TGControlPanel/ServerOpForm.cs @@ -14,9 +14,9 @@ namespace TGControlPanel #endif { /// - /// Used to wrap calls in a non-blocking fashion while disabling the and enabling the wait cursor + /// Used to wrap calls in a non-blocking fashion while disabling the and enabling the wait cursor /// - /// The operation to wrap + /// The operation to wrap /// A wrapping protected Task WrapServerOp(Action action) {