Skip to content

Commit a5390e6

Browse files
committed
chore: fix typo in src/lib.rs
Signed-off-by: black5box <[email protected]>
1 parent 0f9a4ec commit a5390e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ type CrateNames = BTreeMap<String, FoundCrate>;
175175
/// # Returns
176176
///
177177
/// - `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
178+
/// - `Ok(FoundCrate::Name(new_name))` the searched crate was found with the given name in the
179179
/// `Cargo.toml`.
180180
/// - `Err` if an error occurred. See [`Error`].
181181
///

0 commit comments

Comments
 (0)