You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/src/fragments/Classifier/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import { FragmentsManager } from "../FragmentsManager";
11
11
// for dynamic, we just need to add a queryGroup as shown below
12
12
13
13
// TODO: Make the groups a class to have a getter that gets the combined FragmentIdMap
14
-
// combined from the cherry picked elements and the elements found in the group
14
+
// combined from the cherry p<icked elements and the elements found in the group
15
15
16
16
/**
17
17
* Interface representing a classification system. The classification is organized by system and class name, and each class contains a map of fragment IDs with extra information.
0 commit comments