Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Nov 14, 2024
1 parent 7ba9102 commit 6a69b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azul-core/src/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@ pub fn compile_component(
component_args: &ComponentArguments,
component_function_body: &str,
) -> String {
let name = &normalize_casing(&name);
let component_name = &normalize_casing(&component_name);
let function_args = format_component_args(&component_args.args);
let component_function_body = component_function_body
.lines()
Expand Down

0 comments on commit 6a69b69

Please sign in to comment.