Fix typos

changelog: none
This commit is contained in:
bors
2022-07-13 14:48:32 +00:00
parent eabad8ea53
commit 0930ac91b9
20 changed files with 22 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ impl Continue for () {
}
}
/// Allows for controlled descent whe using visitor functions. Use `()` instead when always
/// Allows for controlled descent when using visitor functions. Use `()` instead when always
/// descending into child nodes.
#[derive(Clone, Copy)]
pub enum Descend {