Skip to content

Commit 54851df

Browse files
authored
docs: correct typo (#89)
1 parent 9b2518e commit 54851df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ impl<P: Package, V: Version> OfflineDependencyProvider<P, V> {
344344
.or_default() = package_deps;
345345
}
346346

347-
/// Lists packages that have bean saved.
347+
/// Lists packages that have been saved.
348348
pub fn packages(&self) -> impl Iterator<Item = &P> {
349349
self.dependencies.keys()
350350
}

0 commit comments

Comments
 (0)