Skip to content

Commit 154bcf6

Browse files
authored
Fix a typo
1 parent 8fd2656 commit 154bcf6

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)