Skip to content

Commit 824074f

Browse files
committed
Spelling fix
1 parent ffcae8d commit 824074f

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
@@ -174,7 +174,7 @@ fn newtype_inner(data: &syn::Data) -> Option<syn::Type> {
174174
}
175175

176176
// If there as `num_traits` MetaNameValue attribute within the slice,
177-
// retreive its value, and use it to create a Ident to be used to import
177+
// retrieve its value, and use it to create an `Ident` to be used to import
178178
// the `num_traits` crate.
179179
fn find_explicit_import_ident(attrs: &[syn::Attribute]) -> Option<syn::Ident> {
180180
for attr in attrs {

0 commit comments

Comments
 (0)