Skip to content

Commit a0439d8

Browse files
committed
Auto merge of #10847 - johnmatthiggins:master, r=epage
Fixed extra period typo Fixes #10845.
2 parents b1dd22e + 395fbe2 commit a0439d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/ops/resolve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ fn resolve_with_registry<'cfg>(
209209
Ok(resolve)
210210
}
211211

212-
/// Resolves all dependencies for a package using an optional previous instance.
212+
/// Resolves all dependencies for a package using an optional previous instance
213213
/// of resolve to guide the resolution process.
214214
///
215215
/// This also takes an optional hash set, `to_avoid`, which is a list of package

0 commit comments

Comments
 (0)