Fix typos “a”→“an”

This commit is contained in:
Frank Steffahn 2021-08-22 14:46:15 +02:00
parent 2ad56d5c90
commit bf88b113ea
99 changed files with 157 additions and 157 deletions

View file

@ -8,7 +8,7 @@ pub mod mod_foo {
pub struct Bar;
}
/// This is a struct with a `#[allow(missing_docs)]`
/// This is a struct with an `#[allow(missing_docs)]`
pub struct AllowTheMissingDocs {
#[allow(missing_docs)]
pub empty_str: String,