diff --git a/src/cargo/util/toml/mod.rs b/src/cargo/util/toml/mod.rs index c5ce10eca25..c378a4408c1 100644 --- a/src/cargo/util/toml/mod.rs +++ b/src/cargo/util/toml/mod.rs @@ -381,7 +381,7 @@ pub struct DetailedTomlDependency { package: Option, public: Option, - /// One ore more of 'bin', 'cdylib', 'staticlib', 'bin:'. + /// One or more of `bin`, `cdylib`, `staticlib`, `bin:`. artifact: Option, /// If set, the artifact should also be a dependency lib: Option,