Skip to content

Commit 395fbe2

Browse files
Fixed extra period typo
1 parent b1dd22e commit 395fbe2

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)