diff --git a/src/cargo/sources/registry/mod.rs b/src/cargo/sources/registry/mod.rs index 582c280b4d5..25c83cc8d14 100644 --- a/src/cargo/sources/registry/mod.rs +++ b/src/cargo/sources/registry/mod.rs @@ -521,7 +521,7 @@ impl<'cfg> RegistrySource<'cfg> { /// /// No action is taken if the source looks like it's already unpacked. /// - /// # History of interruption detection with `.cargo-lock` file + /// # History of interruption detection with `.cargo-ok` file /// /// Cargo has always included a `.cargo-ok` file ([`PACKAGE_SOURCE_LOCK`]) /// to detect if extraction was interrupted, but it was originally empty.