docs: Fix typo

This commit is contained in:
Ed Page 2019-11-02 08:57:07 -06:00
parent c05ab4f9dc
commit ed00f3ceae

View file

@ -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
} }