Skip to content

Commit

Permalink
line comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolson committed Dec 8, 2020
1 parent 2807081 commit 7ce883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const addToSeen = (seen) => (listIdx, elIdx) => {
};

const calcDiffies = (diffies) => (seen) => (inserted) => (elIdx, el) => {
// inserted is an object where the key is the element index (see line 144) and the value
// inserted is an object where the key is the element index (see line 146) and the value
// is the array index / location in the symmetric difference array
// If we are attempting to add an element that already exists
// in the symmetric difference array and has been seen in both lists,
Expand Down

0 comments on commit 7ce883b

Please sign in to comment.