doc:Fixed doc typo

This commit is contained in:
Drew Tingen
2022-11-30 12:05:22 -05:00
parent 56a48175c6
commit 1c206c5539

View File

@@ -23,7 +23,7 @@ namespace ICD.Common.Utils
} }
/// <summary> /// <summary>
/// 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.
/// </summary> /// </summary>
/// <param name="initialState">true to set the initial state signaled; false to set the initial state to nonsignaled.</param> /// <param name="initialState">true to set the initial state signaled; false to set the initial state to nonsignaled.</param>
[PublicAPI] [PublicAPI]