Skip to content

Commit

Permalink
docs(source): remove duplicate words
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed May 27, 2023
1 parent 1a498b6 commit 9a29b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/sources/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl<'cfg> PathSource<'cfg> {
}

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

0 comments on commit 9a29b8b

Please sign in to comment.