Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Michael-Jing authored and Taaitaaiger committed Apr 30, 2023
1 parent 45402a4 commit d4be6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jlrs_macros/src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub fn impl_into_julia(ast: &syn::DeriveInput) -> TokenStream {
},
Some("Core") => syn::parse_quote! {
{
::jlrs::data::managed::module::Module::corr(&global)
::jlrs::data::managed::module::Module::core(&global)
}
},
Some(pkg) => syn::parse_quote! {
Expand Down Expand Up @@ -345,7 +345,7 @@ pub fn impl_construct_type(ast: &syn::DeriveInput) -> TokenStream {
},
Some("Core") => syn::parse_quote! {
{
::jlrs::data::managed::module::Module::corr(&frame)
::jlrs::data::managed::module::Module::core(&frame)
}
},
Some(pkg) => syn::parse_quote! {
Expand Down

0 comments on commit d4be6cb

Please sign in to comment.