diff options
| author | Takayuki Maeda <takoyaki0316@gmail.com> | 2021-09-23 00:43:51 +0900 |
|---|---|---|
| committer | Takayuki Maeda <takoyaki0316@gmail.com> | 2021-09-23 00:43:51 +0900 |
| commit | b69bc8447adc21226b044bbd01a67b0295278d4f (patch) | |
| tree | ae7f4204bd6b71d95d4910fea7c9fb76337b06b3 | |
| parent | cfff31bc833070a00578bd6178160aeed56f28ba (diff) | |
| download | rust-b69bc8447adc21226b044bbd01a67b0295278d4f.tar.gz rust-b69bc8447adc21226b044bbd01a67b0295278d4f.zip | |
change singular to plural
| -rw-r--r-- | compiler/rustc_infer/src/infer/error_reporting/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/infer/error_reporting/mod.rs b/compiler/rustc_infer/src/infer/error_reporting/mod.rs index b8089b2499b..5f5e1fcc4c9 100644 --- a/compiler/rustc_infer/src/infer/error_reporting/mod.rs +++ b/compiler/rustc_infer/src/infer/error_reporting/mod.rs @@ -7,7 +7,7 @@ //! inference graph arose so that we can explain to the user what gave //! 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 //! different "origin" enums for different kinds of constraints/variables //! (e.g., `TypeOrigin`, `RegionVariableOrigin`). An origin always has |
