Skip to content

Commit

Permalink
comment wording refs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 11, 2024
1 parent 9fc0a98 commit 1328f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/GNENet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ GNENet::deleteJunction(GNEJunction* junction, GNEUndoList* undoList) {
}
}
}
// delete crossings top remove
// delete collected crossings
for (const auto& crossing : crossingsToRemove) {
deleteCrossing(crossing, undoList);
}
Expand Down

0 comments on commit 1328f89

Please sign in to comment.