Skip to content

Commit

Permalink
fix typo, fot -> for (#63)
Browse files Browse the repository at this point in the history
Found via `typos --format brief`
  • Loading branch information
kianmeng authored Jan 14, 2023
1 parent 893a4fb commit 9bd54eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub fn get_model_name(repository: &Repository, file_name: &str) -> Result<Option
}

/// Try to get the branch settings for a given model.
/// If no model name is given, returns the branch settings set fot the repo, or the default otherwise.
/// If no model name is given, returns the branch settings set for the repo, or the default otherwise.
pub fn get_model<P: AsRef<Path> + AsRef<OsStr>>(
repository: &Repository,
model: Option<&str>,
Expand Down

0 comments on commit 9bd54eb

Please sign in to comment.