change singular to plural
This commit is contained in:
parent
cfff31bc83
commit
b69bc8447a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
//! inference graph arose so that we can explain to the user what gave
|
//! inference graph arose so that we can explain to the user what gave
|
||||||
//! rise to a particular error.
|
//! rise to a particular error.
|
||||||
//!
|
//!
|
||||||
//! The basis of the system are the "origin" types. An "origin" is the
|
//! The bases of the system are the "origin" types. An "origin" is the
|
||||||
//! reason that a constraint or inference variable arose. There are
|
//! reason that a constraint or inference variable arose. There are
|
||||||
//! different "origin" enums for different kinds of constraints/variables
|
//! different "origin" enums for different kinds of constraints/variables
|
||||||
//! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has
|
//! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue