mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
docs: Fix typo
This commit is contained in:
parent
c05ab4f9dc
commit
ed00f3ceae
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ pub trait FileSource {
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Verifying spelling in filess.
|
/// Verifying spelling in files.
|
||||||
fn check_file(&self) -> Option<bool> {
|
fn check_file(&self) -> Option<bool> {
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue