Skip to content

Commit 8a26a30

Browse files
jsorefytmimi
authored andcommitted
spelling: there
Signed-off-by: Josh Soref <[email protected]>
1 parent ef9e1c6 commit 8a26a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ impl Config {
287287
}
288288
}
289289

290-
// If none was found ther either, check in the user's configuration directory.
290+
// If none was found there either, check in the user's configuration directory.
291291
if let Some(mut config_dir) = dirs::config_dir() {
292292
config_dir.push("rustfmt");
293293
if let Some(path) = get_toml_path(&config_dir)? {

0 commit comments

Comments
 (0)