Skip to content

Commit

Permalink
just a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnxpl0it committed Aug 25, 2024
1 parent adde62b commit 135aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Template {
fs::write(&dest, toml_string).unwrap();
}

/// This method "extracts" a template, means it takes a template and starts initializing files based that template
/// This method "extracts" a template, means it takes a template and starts initializing files based on that template
pub fn extract(template: String, is_file: bool, config: Config) {
let mut keywords: HashMap<String, String>;
let re = Regex::new(KEYWORDS_REGEX).unwrap();
Expand Down

0 comments on commit 135aff1

Please sign in to comment.