Bump crate-ci/typos and fix typos (#12381)

Supersede #12376
This commit is contained in:
Stefan Holderbach
2024-04-04 09:59:21 +02:00
committed by GitHub
parent f0a073b397
commit e810995cf8
7 changed files with 11 additions and 9 deletions

View File

@ -473,7 +473,7 @@ pub enum ShellError {
span: Span,
},
/// An error happened while tryin to create a range.
/// An error happened while trying to create a range.
///
/// This can happen in various unexpected situations, for example if the range would loop forever (as would be the case with a 0-increment).
///