We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861e29b commit 884411fCopy full SHA for 884411f
src/crates/mod.rs
@@ -23,7 +23,7 @@ enum CrateType {
23
pub struct Crate(CrateType);
24
25
impl Crate {
26
- /// Load a create from specified registry.
+ /// Load a crate from specified registry.
27
pub fn registry(registry_index: &str, name: &str, version: &str) -> Self {
28
Crate(CrateType::Registry(registry::RegistryCrate::new(
29
registry::Registry::Alternative(registry::AlternativeRegistry::new(registry_index)),
0 commit comments