Skip to content

Commit 109f836

Browse files
committed
Fixed comment
1 parent d475ca0 commit 109f836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeadLock/Forms/FrmMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ await Task.Run(() =>
602602
/// Cancel the ListViewLocker task, if applicable.
603603
/// </summary>
604604
/// <param name="lvi">The ListViewLocker that should be updated.</param>
605-
/// <returns>A boolean to indicate whether the operation was successful or not.</returns>
605+
/// <returns>A boolean to represent whether the task was cancelled or not.</returns>
606606
private static bool CancelSelectedTask(ListViewLocker lvi)
607607
{
608608
if (lvi == null) return false;

0 commit comments

Comments
 (0)