Skip to content

Commit 96a006c

Browse files
committed
added newlines at the end of the file and changed 'normalising' to 'normalizing'
1 parent 113ebe4 commit 96a006c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/ty/maps/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,6 @@ impl<'tcx> QueryDescription for queries::has_copy_closures<'tcx> {
535535

536536
impl<'tcx> QueryDescription for queries::normalize_ty<'tcx> {
537537
fn describe(_tcx: TyCtxt, _: Ty) -> String {
538-
format!("normalising types")
538+
format!("normalizing types")
539539
}
540-
}
540+
}

0 commit comments

Comments
 (0)