Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 6ad8cff

Browse files
author
Stanley Goldman
committed
Updating comment
1 parent c199210 commit 6ad8cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Exports.Reactive/Collections/TrackingCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ ActionData ProcessItem(ActionData data, List<T> list)
539539
var old = list[idx];
540540
if (newer != null)
541541
{
542-
// the object is "older" than the one we have, ignore it
542+
// the object is not "newer" than the one we have, ignore it
543543
if (newer(item, old) >= 0)
544544
return new ActionData(TheAction.Ignore, list, item, null, idx, idx);
545545
}

0 commit comments

Comments
 (0)