Skip to content

Commit

Permalink
Fix a typo, while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 20, 2024
1 parent c8377a8 commit 24fe65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ pub enum CargoOpt {
SomeFeatures(Vec<String>),
}

/// 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
Expand Down

0 comments on commit 24fe65d

Please sign in to comment.