Skip to content

Commit 884411f

Browse files
l4lpietroalbini
andauthored
Update src/crates/mod.rs
Co-authored-by: Pietro Albini <pietro@pietroalbini.org>
1 parent 861e29b commit 884411f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crates/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enum CrateType {
2323
pub struct Crate(CrateType);
2424

2525
impl Crate {
26-
/// Load a create from specified registry.
26+
/// Load a crate from specified registry.
2727
pub fn registry(registry_index: &str, name: &str, version: &str) -> Self {
2828
Crate(CrateType::Registry(registry::RegistryCrate::new(
2929
registry::Registry::Alternative(registry::AlternativeRegistry::new(registry_index)),

0 commit comments

Comments
 (0)