Skip to content

Commit 0ff6084

Browse files
committed
update comment
1 parent cd1bab2 commit 0ff6084

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/javascripts/viewer/model/sagas/proofread_saga.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,9 +1335,8 @@ export function* updateMappingWithOmittedSplitPartners(
13351335
sourceAgglomerateId: number,
13361336
) {
13371337
/*
1338-
* sourceAgglomerateId was split. All segment ids that were mapped to sourceAgglomerateId,
1338+
* When sourceAgglomerateId was split, all segment ids that were mapped to sourceAgglomerateId,
13391339
* are removed from the activeMapping by this function.
1340-
* The return value of this function is the list of segment ids that were removed.
13411340
*/
13421341

13431342
const mappingEntries = Array.from(activeMapping.mapping as NumberLikeMap);

0 commit comments

Comments
 (0)