Skip to content

Commit 4808106

Browse files
committed
fix typo
1 parent 702b45e commit 4808106

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
@@ -472,7 +472,7 @@ pub enum Diverges {
472472
WarnedAlways
473473
}
474474

475-
// Convenience impls for combinig `Diverges`.
475+
// Convenience impls for combining `Diverges`.
476476

477477
impl ops::BitAnd for Diverges {
478478
type Output = Self;

0 commit comments

Comments
 (0)