We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9a4ec commit a5390e6Copy full SHA for a5390e6
src/lib.rs
@@ -175,7 +175,7 @@ type CrateNames = BTreeMap<String, FoundCrate>;
175
/// # Returns
176
///
177
/// - `Ok(FoundCrate::Itself)` the searched crate is the current crate being compiled.
178
-/// - `Ok(FoundCrate::Name(new_name))` the searched create was found with the given name in the
+/// - `Ok(FoundCrate::Name(new_name))` the searched crate was found with the given name in the
179
/// `Cargo.toml`.
180
/// - `Err` if an error occurred. See [`Error`].
181
0 commit comments