Skip to content

Commit

Permalink
Restore reducerUtilities summary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Apr 3, 2024
1 parent 837b3c3 commit 5ca7f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/goals/MergeDuplicates/Redux/reducerUtilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import { newMergeWords } from "goals/MergeDuplicates/MergeDupsTypes";
import { type Hash } from "types/hash";
import { compareFlags } from "utilities/wordUtilities";

// A collection of helper/utility functions only for use in the MergeDupsReducer.

/** Generate dictionary of MergeTreeSense arrays:
* - key: word id
* - value: all merge senses of the word, with Deleted/Separate accessibility */
Expand Down

0 comments on commit 5ca7f0a

Please sign in to comment.