Skip to content

Commit 8aa0f41

Browse files
committed
Improve code comments
1 parent e205947 commit 8aa0f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/ResultsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public void Update(List<ResultViewModel> newItems, CancellationToken token = def
346346
{
347347
_token = token;
348348

349-
// Since NewResults may need to clear existing results, do not check token cancellation here!
349+
// Since NewResults may need to clear existing results, so we cannot check token cancellation here
350350
if (Count == 0 && newItems.Count == 0)
351351
return;
352352

0 commit comments

Comments
 (0)