From 1c206c5539edd44b3780304cf0e1c9235b126903 Mon Sep 17 00:00:00 2001 From: Drew Tingen Date: Wed, 30 Nov 2022 12:05:22 -0500 Subject: [PATCH] doc:Fixed doc typo --- ICD.Common.Utils/Threading/IcdAutoResetEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs b/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs index 4eac0c5..d2d20cc 100644 --- a/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs +++ b/ICD.Common.Utils/Threading/IcdAutoResetEvent.cs @@ -23,7 +23,7 @@ namespace ICD.Common.Utils } /// - /// Initializes a new instance of the IcdManualResetEvent class with a Boolean value indicating whether to set the initial state to signaled. + /// Initializes a new instance of the IcdAutoResetEvent class with a Boolean value indicating whether to set the initial state to signaled. /// /// true to set the initial state signaled; false to set the initial state to nonsignaled. [PublicAPI]