Skip to content

Commit 0f4ddf9

Browse files
committed
Fix typo in comment
1 parent 1d8ac3c commit 0f4ddf9

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/sources/registry

1 file changed

+1
-1
lines changed

src/cargo/sources/registry/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ impl<'cfg> RegistrySource<'cfg> {
517517
MaybePackage::Download { .. } => unreachable!(),
518518
};
519519

520-
// After we've loaded the package configure it's summary's `checksum`
520+
// After we've loaded the package configure its summary's `checksum`
521521
// field with the checksum we know for this `PackageId`.
522522
let req = VersionReq::exact(package.version());
523523
let summary_with_cksum = self

0 commit comments

Comments
 (0)