Skip to content

Commit fe80e54

Browse files
authored
Update src/lib.rs
1 parent e4887bf commit fe80e54

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 Cargo.toml
178+
/// - `Ok(FoundCrate::Name(new_name))` the searched create was found with the given name in the `Cargo.toml`.
179179
/// - `Err` if an error occurred. See [`Error`].
180180
///
181181
/// The returned crate name is sanitized in such a way that it is a valid rust identifier. Thus,

0 commit comments

Comments
 (0)