Skip to content

Commit 1d704e7

Browse files
committed
fix typo
1 parent 4ff32c0 commit 1d704e7

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_typeck/check

1 file changed

+1
-1
lines changed

src/librustc_typeck/check/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ pub enum Diverges {
470470
WarnedAlways
471471
}
472472

473-
// Convenience impls for combinig `Diverges`.
473+
// Convenience impls for combining `Diverges`.
474474

475475
impl ops::BitAnd for Diverges {
476476
type Output = Self;

0 commit comments

Comments
 (0)