Skip to content

Commit 8674728

Browse files
committed
docs(source): remove duplicate words
1 parent 368601a commit 8674728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/cargo/sources/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl<'cfg> PathSource<'cfg> {
9595
}
9696

9797
/// Returns the packages discovered by this source. It may walk the
98-
/// the filesystem if package informations haven't yet updated.
98+
/// filesystem if package informations haven't yet updated.
9999
pub fn read_packages(&self) -> CargoResult<Vec<Package>> {
100100
if self.updated {
101101
Ok(self.packages.clone())

0 commit comments

Comments
 (0)