Skip to content

Commit 1795c7d

Browse files
committed
Auto merge of #8289 - mbrobbel:patch-1, r=ehuss
Fix a typo
2 parents 8fd2656 + 154bcf6 commit 1795c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/dependency_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl<N: Hash + Eq, E: Hash + Eq, V> DependencyQueue<N, E, V> {
5353
}
5454

5555
impl<N: Hash + Eq + Clone, E: Eq + Hash + Clone, V> DependencyQueue<N, E, V> {
56-
/// Adds a new ndoe and its dependencies to this queue.
56+
/// Adds a new node and its dependencies to this queue.
5757
///
5858
/// The `key` specified is a new node in the dependency graph, and the node
5959
/// depend on all the dependencies iterated by `dependencies`. Each

0 commit comments

Comments
 (0)