Fix more “a”/“an” typos

This commit is contained in:
Frank Steffahn
2021-08-22 17:27:18 +02:00
parent b08b92eb42
commit 2396fad095
18 changed files with 20 additions and 20 deletions

View File

@@ -681,7 +681,7 @@ impl<'tcx> ty::TyS<'tcx> {
}
/// Checks whether values of this type `T` implement the `Freeze`
/// trait -- frozen types are those that do not contain a
/// trait -- frozen types are those that do not contain an
/// `UnsafeCell` anywhere. This is a language concept used to
/// distinguish "true immutability", which is relevant to
/// optimization as well as the rules around static values. Note