Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahabhgk committed Aug 28, 2024
1 parent ecad6bc commit 1cbf985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ fn optimize_incoming_connections(
compilation,
);
}
// It is possiable to add additional new connections when optimizing module's incoming connections
// It is possible to add additional new connections when optimizing module's incoming connections
while let Some(connections) = new_connections.remove(&module_identifier) {
for new_connection_id in connections {
optimize_incoming_connection(
Expand Down

0 comments on commit 1cbf985

Please sign in to comment.