Skip to content

Commit

Permalink
Rename constant_decleration to constant_declaration to fix spelling (F…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Nov 3, 2022
1 parent ff747c2 commit b54f67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod constant_decleration;
mod constant_declaration;
mod enum_instantiation;
mod function_application;
mod if_expression;
Expand All @@ -8,7 +8,7 @@ mod struct_field_access;
mod tuple_index_access;
mod unsafe_downcast;

use self::constant_decleration::instantiate_constant_decl;
use self::constant_declaration::instantiate_constant_decl;
pub(crate) use self::{
enum_instantiation::*, function_application::*, if_expression::*, lazy_operator::*,
method_application::*, struct_field_access::*, tuple_index_access::*, unsafe_downcast::*,
Expand Down

0 comments on commit b54f67f

Please sign in to comment.