Skip to content

Commit e6fe778

Browse files
Rollup merge of #89176 - TaKO8Ki:change-singular-to-plural, r=lcnr
Change singular to plural
2 parents 84e7558 + d997a62 commit e6fe778

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_infer/src/infer/error_reporting

1 file changed

+1
-1
lines changed

compiler/rustc_infer/src/infer/error_reporting/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! inference graph arose so that we can explain to the user what gave
88
//! rise to a particular error.
99
//!
10-
//! The basis of the system are the "origin" types. An "origin" is the
10+
//! The system is based around a set of "origin" types. An "origin" is the
1111
//! reason that a constraint or inference variable arose. There are
1212
//! different "origin" enums for different kinds of constraints/variables
1313
//! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has

0 commit comments

Comments
 (0)