Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Jun 5, 2024
1 parent dc40d4c commit fc36f87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ where

let processed_rust_type = process_rust_type(rust_type.to_string(), paths, processed_paths);

self.rename_path_with_custome_config(&processed_rust_type)
self.rename_path_with_custom_config(&processed_rust_type)
}

fn start_write_type(
Expand Down Expand Up @@ -589,7 +589,7 @@ where
self.writeln(" }");
}

fn rename_path_with_custome_config(&self, processed_type: &str) -> String {
fn rename_path_with_custom_config(&self, processed_type: &str) -> String {
let mut renamed_processed_type = processed_type.to_owned();

if let Some(paths_rename) = &self.proxy_config.path_rename {
Expand Down

0 comments on commit fc36f87

Please sign in to comment.