fix some typos found scrolling through the docs
This commit is contained in:
parent
398fd92e17
commit
c20bdf247b
5 changed files with 7 additions and 7 deletions
|
|
@ -494,7 +494,7 @@ pub fn check(path: &Path, bad: &mut bool) {
|
|||
let mut err = |_| {
|
||||
tidy_error!(bad, "{}: leading newline", file.display());
|
||||
};
|
||||
suppressible_tidy_err!(err, skip_leading_newlines, "mising leading newline");
|
||||
suppressible_tidy_err!(err, skip_leading_newlines, "missing leading newline");
|
||||
}
|
||||
let mut err = |msg: &str| {
|
||||
tidy_error!(bad, "{}: {}", file.display(), msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue