diff --git a/src/lib.rs b/src/lib.rs index 584c7713..588fa607 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -817,7 +817,7 @@ pub enum CargoOpt { SomeFeatures(Vec), } -/// A builder for configurating `cargo metadata` invocation. +/// A builder for configuring `cargo metadata` invocation. #[derive(Debug, Clone, Default)] pub struct MetadataCommand { /// Path to `cargo` executable. If not set, this will use the